Class ContactCollection.IdxOrgNr
Class representing index 'IDXContOrgNr'.
Inheritance
ContactCollection.IdxOrgNr
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxOrgNr : ContactCollection.ContactCollectionIdx<ContactRows.IdxOrgNr>, ISentryIgnorable
Constructors
IdxOrgNr(String)
Constructor for class ContactCollection.IdxOrgNr This class represents index 'IDXContOrgNr'.
Declaration
public IdxOrgNr(string orgNr)
Parameters
Type | Name | Description |
---|---|---|
String | orgNr | VAT number or similar |
IdxOrgNr(String, StringSearchType)
Constructor for class ContactCollection.IdxOrgNr This class represents index 'IDXContOrgNr'.
Declaration
public IdxOrgNr(string orgNr, StringSearchType orgNrSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | orgNr | VAT number or similar |
StringSearchType | orgNrSearchType | How to search for orgNr |
Properties
OrgNr
VAT number or similar
Declaration
public string OrgNr { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)