Class Document.IdxDocumentId
Class representing index 'IDXDocId'.
Inheritance
System.Object
Document.IdxDocumentId
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxDocumentId : Document.DocumentIdx<DocumentRow.IdxDocumentId>, ISentryIgnorable
Constructors
IdxDocumentId(Int32)
Constructor for class Document.IdxDocumentId This class represents index 'IDXDocId'.
Declaration
public IdxDocumentId(int documentId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | documentId | Primary key |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)