Class ItemTextExtract
Represents a piece of text to be indexed by the repository.
Inheritance
System.Object
ItemTextExtract
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class ItemTextExtract : object
Properties
CompositeId
Gets or sets the composite identifier of the item that contains the text.
Declaration
public IdentifierTriple CompositeId { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple |
Culture
Gets or sets the language of the text.
Declaration
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemType
Gets or sets the type of the item that contains the text.
Declaration
public Guid ItemType { get; set; }
Property Value
Type | Description |
---|---|
Guid |
StringType
Gets or sets the type of property that holds the text. See DdiStringType.
Declaration
public int StringType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Text
Gets or sets the text to be indexed.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |