Show / Hide Table of Contents

Class ContactTags

Substitution tags for a contact, based on data from a IContactInfo

Inheritance
Object
TagContainer
ContactTags
Inherited Members
TagContainer._bInitiated
TagContainer.AddData(Object[])
TagContainer.GetData()
TagContainer.ClearData()
TagContainer.GetValue(String)
TagContainer.GetTags()
TagContainer.SetValue(String, String)
TagContainer.RemoveCustomValue(String)
TagContainer.IsTagLegal(String)
TagContainer.IsTagInContext(String)
TagContainer.Init()
TagContainer.CurrentUiCulture
TagContainer.Data
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public class ContactTags : TagContainer
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Constructors

ContactTags(IContactInfo2)

Substitution tags for a contact, based on data from a IContactInfo

Declaration
public ContactTags(IContactInfo2 contactInfo)
Parameters
Type Name Description
IContactInfo2 contactInfo
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

ContactTags(Int32, Int32)

Substitution tags for a contact, based on data from a IContactInfo

Declaration
public ContactTags(int contactId, int personId)
Parameters
Type Name Description
Int32 contactId
Int32 personId
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Fields

_contact

Substitution tags for a contact, based on data from a IContactInfo

Declaration
protected IContactInfo2 _contact
Field Value
Type Description
IContactInfo2
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

_person

Substitution tags for a contact, based on data from a IContactInfo

Declaration
protected IPersonInfo2 _person
Field Value
Type Description
IPersonInfo2
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Properties

AddressLine1

Postal address line 1. If this is empty, street address line 1

Declaration
[TemplateTag("addr")]
public string AddressLine1 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Business

Company business

Declaration
[TemplateTag("busi")]
public string Business { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Category

Company category

Declaration
[TemplateTag("cate")]
public string Category { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Code

Company code

Declaration
[TemplateTag("code")]
public string Code { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Country

Country

Declaration
[TemplateTag("cntr")]
public string Country { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Country2

Country if different from the sender's country

Declaration
[TemplateTag("cnt?")]
public string Country2 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

CountryCode

Country code

Declaration
[TemplateTag("ccid")]
public string CountryCode { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

CountryEnglish

Country name in English

Declaration
[TemplateTag("cicn")]
public string CountryEnglish { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

County

County (for UK addresses)

Declaration
[TemplateTag("cnty")]
public string County { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

CountyZip

County and postcode (for UK addresses)

Declaration
[TemplateTag("czip")]
public string CountyZip { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Deparment

Department

Declaration
[TemplateTag("dept")]
public string Deparment { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

EMail

The company's primary e-mail address

Declaration
[TemplateTag("mail")]
public string EMail { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

EMailId

The company's primary e-mail address id

Declaration
[TemplateTag("maii")]
public int EMailId { get; }
Property Value
Type Description
Int32
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Id

Company ID (hidden, unique ID)

Declaration
[TemplateTag("cuid")]
public override int Id { get; }
Property Value
Type Description
Int32
Overrides
TagContainer.Id
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

LineFeedAustraliaUK

Line feed for Australian and UK treatment of counties and postcodes

Declaration
[TemplateTag("cozn")]
public string LineFeedAustraliaUK { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

LineFeedGermany

Line feed for internal post in Germany

Declaration
[TemplateTag("cozg")]
public string LineFeedGermany { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Name

The company's name

Declaration
[TemplateTag("name")]
public string Name { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

NameAndDeparment

Name + Department

Declaration
[TemplateTag("ndep")]
public string NameAndDeparment { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Number

Company number

Declaration
[TemplateTag("numb")]
public string Number { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

OrganisationNumber

Company organization number

Declaration
[TemplateTag("orgn")]
public string OrganisationNumber { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

OurContact

Our contact

Declaration
[TemplateTag("cont")]
public string OurContact { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Phone

Company's phone number

Declaration
[TemplateTag("cpho")]
public string Phone { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PhoneId

Company's phone number id

Declaration
[TemplateTag("cphi")]
public int PhoneId { get; }
Property Value
Type Description
Int32
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PhoneWithPrefix

Company's phone number. With international and inter-area prefix

Declaration
[TemplateTag("cpht")]
public string PhoneWithPrefix { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalAddressLine1

The first line of the postal address

Declaration
[TemplateTag("padr")]
public string PostalAddressLine1 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalAddressLine1And3

First address line, including Mail Stop (for American addresses).

Declaration
[TemplateTag("sams")]
public string PostalAddressLine1And3 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalAddressLine2

The second line of the postal address

Declaration
[TemplateTag("pad2")]
public string PostalAddressLine2 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalAddressLine3

The third line of the postal address

Declaration
[TemplateTag("pad3")]
public string PostalAddressLine3 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalAddressPrefix

Postcode prefix

Declaration
[TemplateTag("zino")]
public string PostalAddressPrefix { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalAddressState

State/province for postal address (for American, Canadian and Australian addresses)

Declaration
[TemplateTag("stat")]
public string PostalAddressState { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalAddressZip

Post/zip code

Declaration
[TemplateTag("zipc")]
public string PostalAddressZip { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalAddressZipCity

Postcode and postal town (e.g. 0572 OSLO)

Declaration
[TemplateTag("zici")]
public string PostalAddressZipCity { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalCity

Postal address city/town

Declaration
[TemplateTag("city")]
public string PostalCity { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostalCityFull

Postal town, state/province and zipcode (for American, Canadian and Australian addresses, e.g. Bedford, MA 01730)

Declaration
[TemplateTag("cszc")]
public string PostalCityFull { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

PostCode

Postcode including country prefix (e.g. N-0163 for a postcode in Norway)

Declaration
[TemplateTag("cozi")]
public string PostCode { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

StreetAddressCity

Postal town for street address (for German addresses)

Declaration
[TemplateTag("scit")]
public string StreetAddressCity { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

StreetAddressLine1

Street address/office address, address line 1

Declaration
[TemplateTag("sadr")]
public string StreetAddressLine1 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

StreetAddressLine2

Street address/office address, address line 2

Declaration
[TemplateTag("sad2")]
public string StreetAddressLine2 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

StreetAddressLine3

Street address/office address, address line 3

Declaration
[TemplateTag("sad3")]
public string StreetAddressLine3 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

StreetAddressState

State/province for street address (for American, Canadian and Australian addresses)

Declaration
[TemplateTag("ssta")]
public string StreetAddressState { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

StreetAddressZip

Postcode for street address

Declaration
[TemplateTag("zipp")]
public string StreetAddressZip { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

StreetAddressZipGerman

Postcode for street address (for German addresses)

Declaration
[TemplateTag("szip")]
public string StreetAddressZipGerman { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

SupportPersonId

The company's primary support person ID

Declaration
[TemplateTag("cspi")]
public int SupportPersonId { get; }
Property Value
Type Description
Int32
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

SupportPersonName

The company's primary support person - full name

Declaration
[TemplateTag("cspn")]
public string SupportPersonName { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal1

Userdefined field 1 of type decimal

Declaration
[TemplateTag("cf01")]
public string UserDefinedFieldDecimal1 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal10

Userdefined field 01-10 of type decimal

Declaration
[TemplateTag("cf10")]
public string UserDefinedFieldDecimal10 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal2

Userdefined field 2 of type decimal

Declaration
[TemplateTag("cf02")]
public string UserDefinedFieldDecimal2 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal3

Userdefined field 01-10 of type decimal

Declaration
[TemplateTag("cf03")]
public string UserDefinedFieldDecimal3 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal4

Userdefined field 01-10 of type decimal

Declaration
[TemplateTag("cf04")]
public string UserDefinedFieldDecimal4 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal5

Userdefined field 01-10 of type decimal

Declaration
[TemplateTag("cf05")]
public string UserDefinedFieldDecimal5 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal6

Userdefined field 01-10 of type decimal

Declaration
[TemplateTag("cf06")]
public string UserDefinedFieldDecimal6 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal7

Userdefined field 01-10 of type decimal

Declaration
[TemplateTag("cf07")]
public string UserDefinedFieldDecimal7 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal8

Userdefined field 01-10 of type decimal

Declaration
[TemplateTag("cf08")]
public string UserDefinedFieldDecimal8 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldDecimal9

Userdefined field 01-10 of type decimal

Declaration
[TemplateTag("cf09")]
public string UserDefinedFieldDecimal9 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt1

Userdefined field 1 of type integer

Declaration
[TemplateTag("cl01")]
public string UserDefinedFieldInt1 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt10

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl10")]
public string UserDefinedFieldInt10 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt11

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl11")]
public string UserDefinedFieldInt11 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt12

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl12")]
public string UserDefinedFieldInt12 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt13

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl13")]
public string UserDefinedFieldInt13 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt14

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl14")]
public string UserDefinedFieldInt14 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt15

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl15")]
public string UserDefinedFieldInt15 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt16

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl16")]
public string UserDefinedFieldInt16 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt17

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl17")]
public string UserDefinedFieldInt17 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt18

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl18")]
public string UserDefinedFieldInt18 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt19

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl19")]
public string UserDefinedFieldInt19 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt2

Userdefined field 2 of type integer

Declaration
[TemplateTag("cl02")]
public string UserDefinedFieldInt2 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt20

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl20")]
public string UserDefinedFieldInt20 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt21

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl21")]
public string UserDefinedFieldInt21 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt22

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl22")]
public string UserDefinedFieldInt22 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt23

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl23")]
public string UserDefinedFieldInt23 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt24

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl24")]
public string UserDefinedFieldInt24 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt25

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl25")]
public string UserDefinedFieldInt25 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt26

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl26")]
public string UserDefinedFieldInt26 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt27

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl27")]
public string UserDefinedFieldInt27 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt28

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl28")]
public string UserDefinedFieldInt28 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt29

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl29")]
public string UserDefinedFieldInt29 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt3

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl03")]
public string UserDefinedFieldInt3 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt30

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl30")]
public string UserDefinedFieldInt30 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt31

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl31")]
public string UserDefinedFieldInt31 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt32

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl32")]
public string UserDefinedFieldInt32 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt33

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl33")]
public string UserDefinedFieldInt33 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt34

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl34")]
public string UserDefinedFieldInt34 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt35

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl35")]
public string UserDefinedFieldInt35 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt36

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl36")]
public string UserDefinedFieldInt36 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt37

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl37")]
public string UserDefinedFieldInt37 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt38

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl38")]
public string UserDefinedFieldInt38 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt39

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl39")]
public string UserDefinedFieldInt39 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt4

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl04")]
public string UserDefinedFieldInt4 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt40

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl40")]
public string UserDefinedFieldInt40 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt41

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl41")]
public string UserDefinedFieldInt41 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt42

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl42")]
public string UserDefinedFieldInt42 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt43

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl43")]
public string UserDefinedFieldInt43 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt44

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl44")]
public string UserDefinedFieldInt44 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt45

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl45")]
public string UserDefinedFieldInt45 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt46

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl46")]
public string UserDefinedFieldInt46 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt47

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl47")]
public string UserDefinedFieldInt47 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt48

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl48")]
public string UserDefinedFieldInt48 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt49

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl49")]
public string UserDefinedFieldInt49 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt5

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl05")]
public string UserDefinedFieldInt5 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt50

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl50")]
public string UserDefinedFieldInt50 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt51

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl51")]
public string UserDefinedFieldInt51 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt52

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl52")]
public string UserDefinedFieldInt52 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt53

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl53")]
public string UserDefinedFieldInt53 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt54

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl54")]
public string UserDefinedFieldInt54 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt55

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl55")]
public string UserDefinedFieldInt55 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt56

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl56")]
public string UserDefinedFieldInt56 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt57

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl57")]
public string UserDefinedFieldInt57 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt58

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl58")]
public string UserDefinedFieldInt58 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt59

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl59")]
public string UserDefinedFieldInt59 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt6

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl06")]
public string UserDefinedFieldInt6 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt60

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl60")]
public string UserDefinedFieldInt60 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt7

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl07")]
public string UserDefinedFieldInt7 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt8

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl08")]
public string UserDefinedFieldInt8 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldInt9

Userdefined field 01-60 of type integer

Declaration
[TemplateTag("cl09")]
public string UserDefinedFieldInt9 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString1

Userdefined field 1 of type string

Declaration
[TemplateTag("cs01")]
public string UserDefinedFieldString1 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString10

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs10")]
public string UserDefinedFieldString10 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString11

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs11")]
public string UserDefinedFieldString11 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString12

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs12")]
public string UserDefinedFieldString12 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString13

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs13")]
public string UserDefinedFieldString13 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString14

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs14")]
public string UserDefinedFieldString14 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString15

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs15")]
public string UserDefinedFieldString15 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString16

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs16")]
public string UserDefinedFieldString16 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString17

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs17")]
public string UserDefinedFieldString17 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString18

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs18")]
public string UserDefinedFieldString18 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString19

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs19")]
public string UserDefinedFieldString19 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString2

Userdefined field 2 of type string

Declaration
[TemplateTag("cs02")]
public string UserDefinedFieldString2 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString20

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs20")]
public string UserDefinedFieldString20 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString21

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs21")]
public string UserDefinedFieldString21 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString22

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs22")]
public string UserDefinedFieldString22 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString23

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs23")]
public string UserDefinedFieldString23 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString24

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs24")]
public string UserDefinedFieldString24 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString25

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs25")]
public string UserDefinedFieldString25 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString26

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs26")]
public string UserDefinedFieldString26 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString27

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs27")]
public string UserDefinedFieldString27 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString28

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs28")]
public string UserDefinedFieldString28 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString29

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs29")]
public string UserDefinedFieldString29 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString3

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs03")]
public string UserDefinedFieldString3 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString30

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs30")]
public string UserDefinedFieldString30 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString31

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs31")]
public string UserDefinedFieldString31 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString32

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs32")]
public string UserDefinedFieldString32 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString33

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs33")]
public string UserDefinedFieldString33 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString34

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs34")]
public string UserDefinedFieldString34 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString35

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs35")]
public string UserDefinedFieldString35 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString36

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs36")]
public string UserDefinedFieldString36 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString37

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs37")]
public string UserDefinedFieldString37 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString38

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs38")]
public string UserDefinedFieldString38 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString39

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs39")]
public string UserDefinedFieldString39 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString4

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs04")]
public string UserDefinedFieldString4 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString40

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs40")]
public string UserDefinedFieldString40 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString41

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs41")]
public string UserDefinedFieldString41 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString42

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs42")]
public string UserDefinedFieldString42 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString43

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs43")]
public string UserDefinedFieldString43 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString44

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs44")]
public string UserDefinedFieldString44 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString45

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs45")]
public string UserDefinedFieldString45 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString46

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs46")]
public string UserDefinedFieldString46 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString47

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs47")]
public string UserDefinedFieldString47 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString48

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs48")]
public string UserDefinedFieldString48 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString49

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs49")]
public string UserDefinedFieldString49 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString5

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs05")]
public string UserDefinedFieldString5 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString6

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs06")]
public string UserDefinedFieldString6 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString7

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs07")]
public string UserDefinedFieldString7 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString8

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs08")]
public string UserDefinedFieldString8 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

UserDefinedFieldString9

Userdefined field 01-49 of type string

Declaration
[TemplateTag("cs09")]
public string UserDefinedFieldString9 { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Web

The company's primary web address

Declaration
[TemplateTag("cwww")]
public string Web { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

WebId

The company's primary web address id

Declaration
[TemplateTag("cwwi")]
public int WebId { get; }
Property Value
Type Description
Int32
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

WebNoProtocol

The company's primary web address

Declaration
[TemplateTag("cwnp")]
public string WebNoProtocol { get; }
Property Value
Type Description
String
Remarks

Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top