Class ContactCollection.IdxOrgNr
Class representing index 'IDXContOrgNr'.
Inheritance
ContactCollection.IdxOrgNr
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ContactCollection.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 |