Class StandardFilter
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class StandardFilter : Filter, ISearchReport
- Inheritance
-
StandardFilter
- Implements
-
- Inherited Members
-
Constructors
StandardFilter()
Properties
CategoryItemIdentifier
public Guid? CategoryItemIdentifier { get; set; }
Property Value
- Guid?
Code
public string Code { get; set; }
Property Value
- string
ContentName
public string ContentName { get; set; }
Property Value
- string
CreatedBy
public Guid? CreatedBy { get; set; }
Property Value
- Guid?
DepartmentGroupIdentifier
public Guid? DepartmentGroupIdentifier { get; set; }
Property Value
- Guid?
DepartmentGroupIdentifiers
public Guid[] DepartmentGroupIdentifiers { get; set; }
Property Value
- Guid[]
DepartmentIdentifier
public Guid? DepartmentIdentifier { get; set; }
Property Value
- Guid?
DocumentType
public string[] DocumentType { get; set; }
Property Value
- string[]
Exclusions
public StandardFilter.ExclusionSet Exclusions { get; }
Property Value
- StandardFilter.ExclusionSet
HasChildren
public bool? HasChildren { get; set; }
Property Value
- bool?
HasCode
public bool? HasCode { get; set; }
Property Value
- bool?
HasParent
public bool? HasParent { get; set; }
Property Value
- bool?
Inclusions
public Guid[] Inclusions { get; set; }
Property Value
- Guid[]
IsHidden
public bool? IsHidden { get; set; }
Property Value
- bool?
IsPortal
public bool? IsPortal { get; set; }
Property Value
- bool?
IsPublished
public bool? IsPublished { get; set; }
Property Value
- bool?
Keyword
public string Keyword { get; set; }
Property Value
- string
Modified
public DateTimeRange Modified { get; set; }
Property Value
- DateTimeRange
Number
public int? Number { get; set; }
Property Value
- int?
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
ParentStandardIdentifier
public Guid? ParentStandardIdentifier { get; set; }
Property Value
- Guid?
ParentStandardIdentifiers
public Guid[] ParentStandardIdentifiers { get; set; }
Property Value
- Guid[]
ParentTitle
public string ParentTitle { get; set; }
Property Value
- string
PortalUserIdentifier
public Guid? PortalUserIdentifier { get; set; }
Property Value
- Guid?
RootStandardIdentifier
public Guid? RootStandardIdentifier { get; set; }
Property Value
- Guid?
Scope
public StandardTypeEnum Scope { get; set; }
Property Value
- StandardTypeEnum
SelectorText
public string SelectorText { get; set; }
Property Value
- string
StandardIdentifiers
public Guid[] StandardIdentifiers { get; set; }
Property Value
- Guid[]
StandardLabel
public string StandardLabel { get; set; }
Property Value
- string
StandardTier
public string StandardTier { get; set; }
Property Value
- string
StandardTypes
public string[] StandardTypes { get; set; }
Property Value
- string[]
public string[] Tags { get; set; }
Property Value
- string[]
Title
public string Title { get; set; }
Property Value
- string
ValidationUserIdentifier
public Guid? ValidationUserIdentifier { get; set; }
Property Value
- Guid?
Methods
Clone()
public StandardFilter Clone()
Returns
- StandardFilter