Class AdvancedSearchResult
Advanced Search Result
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class AdvancedSearchResult : IRepositoryItemIdentity
Properties
AgencyId
Gets or sets the agency identifier of the item.
Declaration
public string AgencyId { get; set; }
Property Value
Type | Description |
---|---|
string |
BooleanProperties
Collection of property names and associated boolean values. Only true bools are included.
Declaration
public Dictionary<string, bool> BooleanProperties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, bool> |
CodeValueProperties
Collection of property names and associated code values
Declaration
public Dictionary<string, List<CodeValue>> CodeValueProperties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, List<CodeValue>> |
CompositeId
Gets or sets the composite identifier of the item.
Declaration
public IdentifierTriple CompositeId { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple | The composite unique identifier. |
DateProperties
Collection of property names and associated date values
Declaration
public Dictionary<string, List<DateTime>> DateProperties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, List<DateTime>> |
DecimalProperties
Collection of property names and associated Decimal values
Declaration
public Dictionary<string, List<decimal>> DecimalProperties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, List<decimal>> |
Identifier
Gets or sets the identifier of the item.
Declaration
public Guid Identifier { get; set; }
Property Value
Type | Description |
---|---|
Guid |
InternalRowId
The current internal row id of the item in the Repository
Declaration
public long InternalRowId { get; set; }
Property Value
Type | Description |
---|---|
long |
IsDeprecated
Gets or sets a value indicating whether the item is deprecated.
Declaration
public bool IsDeprecated { get; set; }
Property Value
Type | Description |
---|---|
bool |
ItemType
Gets or sets the type of the item.
Declaration
public Guid ItemType { get; set; }
Property Value
Type | Description |
---|---|
Guid |
LocatorProperties
Collection of property names and associated locator values. User ID types are used as property names.
Declaration
public Dictionary<string, List<string>> LocatorProperties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, List<string>> |
Tags
Collection of current tags assigned to the item
Declaration
public List<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
TextProperties
Collection of property names and associated language tagged string values
Declaration
public Dictionary<string, List<LanguageTaggedString>> TextProperties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, List<LanguageTaggedString>> |
Version
Gets or sets the version of the item.
Declaration
public long Version { get; set; }
Property Value
Type | Description |
---|---|
long |