Class GlossaryTermFilter
- Namespace
- InSite.Application.Glossaries.Read
- Assembly
- Shift.Sdk.dll
public class GlossaryTermFilter : Filter, ISearchReport
- Inheritance
-
GlossaryTermFilter
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
GlossaryTermFilter()
public GlossaryTermFilter()
Properties
ApprovedBefore
public DateTimeOffset? ApprovedBefore { get; set; }
Property Value
- DateTimeOffset?
ApprovedBy
public string ApprovedBy { get; set; }
Property Value
- string
ApprovedSince
public DateTimeOffset? ApprovedSince { get; set; }
Property Value
- DateTimeOffset?
ExcludeTermIdentifiers
public List<Guid> ExcludeTermIdentifiers { get; set; }
Property Value
- List<Guid>
GlossaryIdentifier
public Guid? GlossaryIdentifier { get; set; }
Property Value
- Guid?
IsTranslated
public bool? IsTranslated { get; set; }
Property Value
- bool?
LastRevisedBefore
public DateTimeOffset? LastRevisedBefore { get; set; }
Property Value
- DateTimeOffset?
LastRevisedBy
public string LastRevisedBy { get; set; }
Property Value
- string
LastRevisedSince
public DateTimeOffset? LastRevisedSince { get; set; }
Property Value
- DateTimeOffset?
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
ProposedBefore
public DateTimeOffset? ProposedBefore { get; set; }
Property Value
- DateTimeOffset?
ProposedBy
public string ProposedBy { get; set; }
Property Value
- string
ProposedSince
public DateTimeOffset? ProposedSince { get; set; }
Property Value
- DateTimeOffset?
RevisionCountFrom
public int? RevisionCountFrom { get; set; }
Property Value
- int?
RevisionCountThru
public int? RevisionCountThru { get; set; }
Property Value
- int?
TermDefinition
public string TermDefinition { get; set; }
Property Value
- string
TermIdentifier
public string TermIdentifier { get; set; }
Property Value
- string
TermKeyword
public string TermKeyword { get; set; }
Property Value
- string
TermName
public string TermName { get; set; }
Property Value
- string
TermStatus
public string TermStatus { get; set; }
Property Value
- string
TermTitle
public string TermTitle { get; set; }
Property Value
- string
Methods
Clone()
public GlossaryTermFilter Clone()
Returns
- GlossaryTermFilter