Class ProjectCollection.IdxProjectNumber
Class representing index 'IDXProjPnum'.
Inheritance
ProjectCollection.IdxProjectNumber
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectCollection.IdxProjectNumber : ProjectCollection.ProjectCollectionIdx<ProjectRows.IdxProjectNumber>, ISentryIgnorable
Constructors
IdxProjectNumber(string)
Constructor for class ProjectCollection.IdxProjectNumber This class represents index 'IDXProjPnum'.
Declaration
public IdxProjectNumber(string projectNumber)
Parameters
Type | Name | Description |
---|---|---|
string | projectNumber | Automatically generated number |
IdxProjectNumber(string, StringSearchType)
Constructor for class ProjectCollection.IdxProjectNumber This class represents index 'IDXProjPnum'.
Declaration
public IdxProjectNumber(string projectNumber, StringSearchType projectNumberSearchType)
Parameters
Type | Name | Description |
---|---|---|
string | projectNumber | Automatically generated number |
StringSearchType | projectNumberSearchType | How to search for projectNumber |
Properties
ProjectNumber
Automatically generated number
Declaration
public string ProjectNumber { get; set; }
Property Value
Type | Description |
---|---|
string |