Class ProjectCollection.IdxName
Class representing index 'IDXProjName'.
Inheritance
ProjectCollection.IdxName
Implements
Inherited Members
Namespace: SuperOfficeCRMEntities
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectCollection.IdxName : ProjectCollection.ProjectCollectionIdx<ProjectRows.IdxName>, ISentryIgnorable
Constructors
IdxName(string)
Constructor for class ProjectCollection.IdxName This class represents index 'IDXProjName'.
Declaration
public IdxName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Project name |
IdxName(string, StringSearchType)
Constructor for class ProjectCollection.IdxName This class represents index 'IDXProjName'.
Declaration
public IdxName(string name, StringSearchType nameSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Project name |
| StringSearchType | nameSearchType | How to search for name |
Properties
Name
Project name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |