Class Project.IdxProjectId
Class representing index 'IDXProjId'.
Inheritance
System.Object
Project.IdxProjectId
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 IdxProjectId : Project.ProjectIdx<ProjectRow.IdxProjectId>, ISentryIgnorable
Constructors
IdxProjectId(Int32)
Constructor for class Project.IdxProjectId This class represents index 'IDXProjId'.
Declaration
public IdxProjectId(int projectId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | projectId | Primary key |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)