Show / Hide Table of Contents

Class ItemTextExtract

Represents a piece of text to be indexed by the repository.

Inheritance
object
ItemTextExtract
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class ItemTextExtract

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
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
int

Text

Gets or sets the text to be indexed.

Declaration
public string Text { get; set; }
Property Value
Type Description
string

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX