Class TermsApprovalFilter
Represents a filter used to search for terms approvals
Inherited Members
Namespace: DataWeb.Terms
Assembly: DataWeb.Core.dll
Syntax
public class TermsApprovalFilter
Properties
Count
Gets or sets the maximum number of terms approvals to retrieve
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
DateEnd
Gets or sets the end date of the range to search for terms approvals
Declaration
public DateTimeOffset? DateEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DateStart
Gets or sets the start date of the range to search for terms approvals
Declaration
public DateTimeOffset? DateStart { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
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 to search for terms approvals
Declaration
public string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceType
Gets or sets the type of the reference for which to search for terms approvals
Declaration
public string ReferenceType { get; set; }
Property Value
Type | Description |
---|---|
string |
TermsName
Gets or sets the name of the terms to search for
Declaration
public string TermsName { get; set; }
Property Value
Type | Description |
---|---|
string |
TermsVersion
Gets or sets the version of the terms to search for
Declaration
public string TermsVersion { get; set; }
Property Value
Type | Description |
---|---|
string |