Class ArchiveFreetextCountRow
Inheritance
ArchiveFreetextCountRow
Assembly: SoCore.dll
Syntax
public class ArchiveFreetextCountRow : ArchiveRow, IDataRecord, IEquatable<ArchiveRow>
Constructors
ArchiveFreetextCountRow()
Declaration
public ArchiveFreetextCountRow()
Fields
ColumnCount
Declaration
public const string ColumnCount = "count"
Field Value
ColumnEntityLocalizedName
Declaration
public const string ColumnEntityLocalizedName = "entityLocalizedName"
Field Value
ColumnOwnerEntityName
Declaration
public const string ColumnOwnerEntityName = "ownerEntityName"
Field Value
Properties
Count
Declaration
public int Count { get; }
Property Value
OwnerEntityName
Declaration
public string OwnerEntityName { get; }
Property Value
Implements
Extension Methods