Class TermsApproval
Represents a terms approval entity
Inherited Members
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 |