Class DocumentCollection.IdxUserdef2Id
Class representing index 'IDXDocUdef2_id'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<DocumentTableInfo, SuperOffice.CRM.Rows.DocumentRow.DocumentRowIdxBase>
SuperOffice.CRM.Entities.Document.DocumentIdxBase
SuperOffice.CRM.Entities.DocumentCollection.DocumentCollectionIdx
SuperOffice.CRM.Entities.DocumentCollection.DocumentCollectionIdx<DocumentRows.IdxUserdef2Id>
DocumentCollection.IdxUserdef2Id
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxUserdef2Id : DocumentCollection.DocumentCollectionIdx<DocumentRows.IdxUserdef2Id>, ISentryIgnorable
Constructors
IdxUserdef2Id(Int32)
Constructor for class DocumentCollection.IdxUserdef2Id This class represents index 'IDXDocUdef2_id'.
Declaration
public IdxUserdef2Id(int userdef2Id)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | userdef2Id | User-defined fields |
Properties
Userdef2Id
User-defined fields
Declaration
public int Userdef2Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)