DataWeb
Search Results for

    Show / Hide Table of Contents

    Class TermsApproval

    Represents a terms approval entity

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

    Properties

    ApprovalDate

    Gets or sets the date and time when the terms were approved

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

    ApprovalUrl

    Gets or sets the URL of the page where the terms were approved

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

    Id

    Gets or sets the unique identifier.

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

    ReferenceId

    Gets or sets the unique identifier of the reference for which the terms are approved

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

    ReferenceType

    Gets or sets the type of the reference for which the terms are approved

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

    RemoteIpAddress

    Gets or sets the IP address of the remote user who approved the terms

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

    TermsName

    Gets or sets the name of the terms being approved

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

    TermsVersion

    Gets or sets the version of the terms being approved

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