Show / Hide Table of Contents

Class ProjectTags

Container for tag variables for project information, based on data from a IProjectInfo.

Inheritance
Object
TagContainer
ProjectTags
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 ProjectTags : 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

ProjectTags(Int32)

Container for tag variables for project information, based on data from a IProjectInfo.

Declaration
public ProjectTags(int projectId)
Parameters
Type Name Description
Int32 projectId
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

_project

Variable holding IProjectInfo, use the Project property to access this variable.

Declaration
protected IProjectInfo2 _project
Field Value
Type Description
IProjectInfo2
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.

_projectId

Container for tag variables for project information, based on data from a IProjectInfo.

Declaration
protected int _projectId
Field 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.

Properties

EventDate

Project, event date

Declaration
[TemplateTag("popa")]
public string EventDate { 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.

Id

Project ID (hidden, unique ID)

Declaration
[TemplateTag("prid")]
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.

InfoText

Project info text

Declaration
[TemplateTag("pinf")]
public string InfoText { 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.

IsGuided

Is the project guided? "Yes" or "No".

Declaration
[TemplateTag("pgui")]
public string IsGuided { 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.

Manager

Project manager, full name

Declaration
[TemplateTag("plea")]
public string Manager { 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

Project name

Declaration
[TemplateTag("pnam")]
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.

NextMilestoneAppointmentId

Projects next milestone appointment Id.

Declaration
[TemplateTag("pmid")]
public string NextMilestoneAppointmentId { 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.

NextMilestoneDate

Projects next milestone date, formatted 02.11.2011 (systemformat).

Declaration
[TemplateTag("pmil")]
public string NextMilestoneDate { 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

Project number

Declaration
[TemplateTag("pnum")]
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.

Project

Encapsulation of the _project member variable.
Accessing this property will make sure that the this variable is set.

Declaration
protected IProjectInfo2 Project { get; }
Property Value
Type Description
IProjectInfo2
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.

ProjectEndDate

Project end date, formatted 02.11.2011 (systemformat).

Declaration
[TemplateTag("pend")]
public string ProjectEndDate { 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.

PublishEndDate

Project, end date for publishing

Declaration
[TemplateTag("pope")]
public string PublishEndDate { 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.

PublishStartDate

Project, start date for publishing

Declaration
[TemplateTag("pops")]
public string PublishStartDate { 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.

Status

Project status

Declaration
[TemplateTag("psta")]
public string Status { 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.

Type

Project type

Declaration
[TemplateTag("ptyp")]
public string Type { 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

User defined field x of type decimal

Declaration
[TemplateTag("pf01")]
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

User defined field x of type decimal

Declaration
[TemplateTag("pf10")]
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

User defined field x of type decimal

Declaration
[TemplateTag("pf02")]
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

User defined field x of type decimal

Declaration
[TemplateTag("pf03")]
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

User defined field x of type decimal

Declaration
[TemplateTag("pf04")]
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

User defined field x of type decimal

Declaration
[TemplateTag("pf05")]
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

User defined field x of type decimal

Declaration
[TemplateTag("pf06")]
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

User defined field x of type decimal

Declaration
[TemplateTag("pf07")]
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

User defined field x of type decimal

Declaration
[TemplateTag("pf08")]
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

User defined field x of type decimal

Declaration
[TemplateTag("pf09")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl01")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl10")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl11")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl12")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl13")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl14")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl15")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl16")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl17")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl18")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl19")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl02")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl20")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl21")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl22")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl23")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl24")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl25")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl26")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl27")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl28")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl29")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl03")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl30")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl31")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl32")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl33")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl34")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl35")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl36")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl37")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl38")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl39")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl04")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl40")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl41")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl42")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl43")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl44")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl45")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl46")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl47")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl48")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl49")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl05")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl50")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl51")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl52")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl53")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl54")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl55")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl56")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl57")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl58")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl59")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl06")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl60")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl07")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl08")]
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

User defined field x of type integer

Declaration
[TemplateTag("pl09")]
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

User defined field x of type string

Declaration
[TemplateTag("ps01")]
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

User defined field x of type string

Declaration
[TemplateTag("ps10")]
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

User defined field x of type string

Declaration
[TemplateTag("ps11")]
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

User defined field x of type string

Declaration
[TemplateTag("ps12")]
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

User defined field x of type string

Declaration
[TemplateTag("ps13")]
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

User defined field x of type string

Declaration
[TemplateTag("ps14")]
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

User defined field x of type string

Declaration
[TemplateTag("ps15")]
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

User defined field x of type string

Declaration
[TemplateTag("ps16")]
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

User defined field x of type string

Declaration
[TemplateTag("ps17")]
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

User defined field x of type string

Declaration
[TemplateTag("ps18")]
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

User defined field x of type string

Declaration
[TemplateTag("ps19")]
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

User defined field x of type string

Declaration
[TemplateTag("ps02")]
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

User defined field x of type string

Declaration
[TemplateTag("ps20")]
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

User defined field x of type string

Declaration
[TemplateTag("ps21")]
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

User defined field x of type string

Declaration
[TemplateTag("ps22")]
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

User defined field x of type string

Declaration
[TemplateTag("ps23")]
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

User defined field x of type string

Declaration
[TemplateTag("ps24")]
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

User defined field x of type string

Declaration
[TemplateTag("ps25")]
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

User defined field x of type string

Declaration
[TemplateTag("ps26")]
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

User defined field x of type string

Declaration
[TemplateTag("ps27")]
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

User defined field x of type string

Declaration
[TemplateTag("ps28")]
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

User defined field x of type string

Declaration
[TemplateTag("ps29")]
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

User defined field x of type string

Declaration
[TemplateTag("ps03")]
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

User defined field x of type string

Declaration
[TemplateTag("ps30")]
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

User defined field x of type string

Declaration
[TemplateTag("ps31")]
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

User defined field x of type string

Declaration
[TemplateTag("ps32")]
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

User defined field x of type string

Declaration
[TemplateTag("ps33")]
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

User defined field x of type string

Declaration
[TemplateTag("ps34")]
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

User defined field x of type string

Declaration
[TemplateTag("ps35")]
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

User defined field x of type string

Declaration
[TemplateTag("ps36")]
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

User defined field x of type string

Declaration
[TemplateTag("ps37")]
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

User defined field x of type string

Declaration
[TemplateTag("ps38")]
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

User defined field x of type string

Declaration
[TemplateTag("ps39")]
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

User defined field x of type string

Declaration
[TemplateTag("ps04")]
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

User defined field x of type string

Declaration
[TemplateTag("ps40")]
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

User defined field x of type string

Declaration
[TemplateTag("ps41")]
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

User defined field x of type string

Declaration
[TemplateTag("ps42")]
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

User defined field x of type string

Declaration
[TemplateTag("ps43")]
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

User defined field x of type string

Declaration
[TemplateTag("ps44")]
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

User defined field x of type string

Declaration
[TemplateTag("ps45")]
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

User defined field x of type string

Declaration
[TemplateTag("ps46")]
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

User defined field x of type string

Declaration
[TemplateTag("ps47")]
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

User defined field x of type string

Declaration
[TemplateTag("ps48")]
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

User defined field x of type string

Declaration
[TemplateTag("ps49")]
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

User defined field x of type string

Declaration
[TemplateTag("ps05")]
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

User defined field x of type string

Declaration
[TemplateTag("ps06")]
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

User defined field x of type string

Declaration
[TemplateTag("ps07")]
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

User defined field x of type string

Declaration
[TemplateTag("ps08")]
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

User defined field x of type string

Declaration
[TemplateTag("ps09")]
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 project's primary web address

Declaration
[TemplateTag("pwww")]
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 project's primary web address, ID (hidden, unique ID).

Declaration
[TemplateTag("pwwi")]
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 project's primary web address - without protocol

Declaration
[TemplateTag("pwnp")]
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