DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlTermsInfoData.TermsApproval

    Inheritance
    object
    ControlTermsInfoData.TermsApproval
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data
    Assembly: DataWeb.Core.dll
    Syntax
    public class ControlTermsInfoData.TermsApproval

    Properties

    ApprovalDate

    Declaration
    public DateTimeOffset ApprovalDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    ApprovalUrl

    Declaration
    public string ApprovalUrl { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    TermsName

    Declaration
    public string TermsName { get; set; }
    Property Value
    Type Description
    string

    TermsVersion

    Declaration
    public string TermsVersion { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX