Class AppointmentVariables
Substitution tags for an appointment, based on data from a IAppointmentInfo
Inherited Members
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public class AppointmentVariables : 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
AppointmentVariables(int)
Substitution tags for an appointment, based on data from a IAppointmentInfo
Declaration
public AppointmentVariables(int appointmentId)
Parameters
Type | Name | Description |
---|---|---|
int | appointmentId |
Remarks
Note to implementers: Please DO NOT make this class dependent on the 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
_appointment
Variable holding IAppointmentInfo, use the Appointment property to access this variable.
Declaration
protected IAppointmentInfo3 _appointment
Field Value
Type | Description |
---|---|
IAppointmentInfo3 |
Remarks
Note to implementers: Please DO NOT make this class dependent on the 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
Appointment
Encapsulation of the _appointment member variable.
Accessing this property will make sure that the this variable is set.
Declaration
protected IAppointmentInfo3 Appointment { get; }
Property Value
Type | Description |
---|---|
IAppointmentInfo3 |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
AppointmentId
Unique ID for the appointment
Declaration
[TemplateTag("baid")]
public int AppointmentId { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
AssociateOwnerName
Name of owner associate If this is a child booking, we want to look to the mother appointment's owner
Declaration
[TemplateTag("bown")]
public string AssociateOwnerName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
ContactName
Name of associated contact
Declaration
[TemplateTag("bcon")]
public string ContactName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
CreationDate
Date when the appointment was created
Declaration
[TemplateTag("bcrd")]
public string CreationDate { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
CreationTime
Time when the appointment was created
Declaration
[TemplateTag("bcrt")]
public string CreationTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
DaylightStandardTimeOffsetLocalTime
The time zone offset for summer time, for the PC's local time. Formatted as +0200 or -1200
Declaration
[TemplateTag("btzs")]
public string DaylightStandardTimeOffsetLocalTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
Description
A description of the appointment
Declaration
[TemplateTag("binf")]
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
DescriptionLine
The first line of the appointment description
Declaration
[TemplateTag("binl")]
public string DescriptionLine { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
The appointment's owner's emailaddress
Declaration
[TemplateTag("bema")]
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.
EndDate
End date for the appointment
Declaration
[TemplateTag("beda")]
public string EndDate { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
EndDateLocalTime
The appointment's end date, converted into the PC's local time. Formatted as YYYYMMdd.
Declaration
[TemplateTag("btze")]
public string EndDateLocalTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
EndDateUTC
The appointment's end date converted to UTC if time zones are enabled. Formatted as YYYYMMdd.
Declaration
[TemplateTag("btzx")]
public string EndDateUTC { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
EndTime
The appointment's endtime, formatted HHmmss
Declaration
[TemplateTag("beti")]
public string EndTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
EndTimeLocalTime
The appointment's end time, converted into the PC's local time. Formatted as HHmmss.
Declaration
[TemplateTag("btzf")]
public string EndTimeLocalTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
EndTimeUTC
The appointment's end time converted to UTC if time zones are enabled. Formatted as HHmmss.
Declaration
[TemplateTag("btzy")]
public string EndTimeUTC { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
FreeBusy
Free/Busy time
Declaration
[TemplateTag("bfre")]
public string FreeBusy { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
ICalId
Unique id made for iCal. SerialnoDappointmentIdDinvitedIdDupdated. Where D is a separator
Declaration
[TemplateTag("buid")]
public string ICalId { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
ICalPriority
The appointment's priority converted to iCal format our 1 = iCal 9, our 2 = iCal 5, our 3 = iCal 9
Declaration
[TemplateTag("bprt")]
public int ICalPriority { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
Note to implementers: Please DO NOT make this class dependent on the 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
Primary key of the
Declaration
public override int Id { get; }
Property Value
Type | Description |
---|---|
int |
Overrides
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
InvitationClickText
Not in use. Return empty string
Declaration
[TemplateTag("bdll")]
public string InvitationClickText { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
InvitationFormattedList
Formatted list of invited ??, made for iCal
Declaration
[TemplateTag("bate")]
public string InvitationFormattedList { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
InvitationUrl
Not in use. Return empty string
Declaration
[TemplateTag("bdlg")]
public string InvitationUrl { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
InvitedList
Formatted list of invited persons, humanly readable
Declaration
[TemplateTag("bafp")]
public string InvitedList { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
InviteeId
Person ID for this row's invitee
Declaration
[TemplateTag("biid")]
public int InviteeId { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
InviteeName
The name of this rows invited person
Declaration
[TemplateTag("binv")]
public string InviteeName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
InviteePerson
Person row to current invitee.
Declaration
protected PersonRow InviteePerson { get; }
Property Value
Type | Description |
---|---|
PersonRow |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
InviteePersonId
Person id to current invitee. May be altered by clients when looping through bookings.
Declaration
public int InviteePersonId { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
IsMilestone
Is the appointment a milestone appointment. Translated "Yes" or "No".
Declaration
[TemplateTag("bmil")]
public string IsMilestone { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
JoinMeetingUrl
Substitution tags for an appointment, based on data from a IAppointmentInfo
Declaration
[TemplateTag("burl")]
public string JoinMeetingUrl { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
Location
The appoinment's location
Declaration
[TemplateTag("bloc")]
public string Location { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
MainRepeatingPattern
The main feature of the appointments repeating pattern, formatted like the Daily pattern "FREQ=DAILY;" for example
Declaration
[TemplateTag("bpat")]
public string MainRepeatingPattern { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
NorwayTime
Time zone formatted as Norway (GMT +1:00) if time zones are enabled.
Declaration
[TemplateTag("btzm")]
public string NorwayTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
Obsolete1
Not in use. Return empty string
Declaration
[TemplateTag("bapa")]
public string Obsolete1 { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
OffsetLocalTime
Time zone information, for the PC's local time. Formatted (GMT+01.00) or (GMT-04.00).
Declaration
[TemplateTag("btzt")]
public string OffsetLocalTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
OldStartDate
The appointments old start date, formatted as yyMMdd
Declaration
[TemplateTag("bold")]
public string OldStartDate { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
OldStartTime
The appointments old start time, formatted as HHmmss
Declaration
[TemplateTag("bolt")]
public string OldStartTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
PersonName
Name of associated person
Declaration
[TemplateTag("bper")]
public string PersonName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
Priority
The appointment's priority in clear text
Declaration
[TemplateTag("bpri")]
public string Priority { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
PriorityId
The appointment's priority by number, 1 = low, 2 = medium, 3 = high
Declaration
[TemplateTag("bprd")]
public int PriorityId { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
ProjectName
Name of associated project
Declaration
[TemplateTag("bpro")]
public string ProjectName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the 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
Appointment, end date for publication Not in use
Declaration
[TemplateTag("bape")]
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
Appointment, start date for publication Not in use
Declaration
[TemplateTag("baps")]
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.
RecurrenceParticipantChanges
Changes in recurrence and/or participants for appointments. Used when sending e-mail to participants on booking changes. (Only SIX.web) // New in SIX.web 29.5.2007 sent to INK for last update of help
Declaration
[TemplateTag("brph")]
public string RecurrenceParticipantChanges { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
RepeatingAppointmentId
Appointment ID for any repeating appointments
Declaration
[TemplateTag("brid")]
public int RepeatingAppointmentId { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
RepeatingEndDate
The end date for the appointment's repeating pattern, formatted as short date
Declaration
[TemplateTag("bred")]
public string RepeatingEndDate { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
RepeatingPattern
The entire appointment's repeating pattern, formatted as "RRULE:" + bpat + bsub + bunt
Declaration
[TemplateTag("brul")]
public string RepeatingPattern { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
RepeatingPatternEnd
The end date for the appointment's repeating pattern, formatted as "UNTIL=YYYYMMddTHHmmss;"
Declaration
[TemplateTag("bunt")]
public string RepeatingPatternEnd { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
RepeatingPatternText
The text "This appointment is part of a repeating pattern:"
Declaration
[TemplateTag("brei")]
public string RepeatingPatternText { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
RepeatingPatternText2
The text "See below in this message for a list of the repeating appointments."
Declaration
[TemplateTag("brel")]
public string RepeatingPatternText2 { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
RepeatingStartDate
The start date for the appointment's repeating pattern, formatted as YYYYMMdd
Declaration
[TemplateTag("brsd")]
public string RepeatingStartDate { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
RepeatingTooltip
The appointment's tooltip for repeating appointments
Declaration
[TemplateTag("brec")]
public string RepeatingTooltip { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
RepeatingWeekstart
The start of the week for the appointment's repeating pattern,formatted as "WKST=SU" or "WKST=MO"
Declaration
[TemplateTag("bsun")]
public string RepeatingWeekstart { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
StartDate
Start date of the appointment
Declaration
[TemplateTag("bsda")]
public string StartDate { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
StartDateLabel
Date or deadline if this is a task or an appointment
Declaration
[TemplateTag("blab")]
public string StartDateLabel { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
StartDateLocalTime
The appointment's start date, converted into the PC's local time. Formatted as YYYYMMdd.
Declaration
[TemplateTag("btza")]
public string StartDateLocalTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
StartDateTimeAndDuration
The appointment's date and time. E.g. 30.03.2005 (16:00)-(17:00).
Declaration
[TemplateTag("btim")]
public string StartDateTimeAndDuration { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
StartDateUTC
The appointment's start date converted to UTC if time zones are enabled. Formatted as YYYYMMdd.
Declaration
[TemplateTag("btzv")]
public string StartDateUTC { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
StartTime
The appointment's starttime, formatted HHmmss
Declaration
[TemplateTag("bsti")]
public string StartTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
StartTimeLocalTime
The appointment's start time, converted into the PC's local time. Formatted as HHmmss.
Declaration
[TemplateTag("btzb")]
public string StartTimeLocalTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
StartTimeUTC
The appointment's start time converted to UTC if time zones are enabled. Formatted as HHmmss.
Declaration
[TemplateTag("btzw")]
public string StartTimeUTC { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
State
The state of the appointment: "TENTATIVE", "CONFIRMED" eller "CANCELLED".
Declaration
[TemplateTag("bsta")]
public string State { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
SubRepeatingPattern
The secondary feature of the appointment's repeating pattern, formatted as the sub-pattern Daily Workday "BYDAY=MO,TU,WE,TH,FR;", for example.
Declaration
[TemplateTag("bsub")]
public string SubRepeatingPattern { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
SuggestedAppointmentId
The appointment's SuggestedAppointment ID. 0 when appointment is not part of a sale/project guide.
Declaration
[TemplateTag("bsug")]
public int SuggestedAppointmentId { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
TimeZoneId
The time zone ID of the appointment.
Declaration
[TemplateTag("btzl")]
public string TimeZoneId { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
TimeZoneKey
The time zone key, from the appointment's start date. (AR-CN means the Argentina-Corrientes time zone -0300.)
Declaration
[TemplateTag("btzk")]
public string TimeZoneKey { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
TimeZoneRuleStandardTime
The time zone rule for standard time, for the PC's local time. Formatted as RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=4SU
Declaration
[TemplateTag("btzr")]
public string TimeZoneRuleStandardTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
TimeZoneRuleSummerTime
The time zone rule for summer time, for the PC's local time. Formatted as RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=4SU
Declaration
[TemplateTag("btzu")]
public string TimeZoneRuleSummerTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
TimeZoneSummerOffsetLocalTime
The time zone offset for summer time, for the PC's local time. Formatted as +0200 or -1200
Declaration
[TemplateTag("btzd")]
public string TimeZoneSummerOffsetLocalTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the 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
Activity type
Declaration
[TemplateTag("btyp")]
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.
UTCTime
The appointment's date and time converted to UTC if time zones are enabled. For example, 30.03.2005 (17:00)-(18:00).
Declaration
[TemplateTag("btzn")]
public string UTCTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
UpdatedCount
How many times the appointment has been updated
Declaration
[TemplateTag("bupc")]
public int UpdatedCount { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
UpdatedDate
The last date the appointment was updated
Declaration
[TemplateTag("bupd")]
public string UpdatedDate { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the database in any way - the design is explicitly constructed to allow multiple implementations of the data-carrying Info interface object, including database-free ones.
UpdatedTime
The last time the appointment was updated
Declaration
[TemplateTag("bupt")]
public string UpdatedTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note to implementers: Please DO NOT make this class dependent on the 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("tf01")]
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("tf10")]
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("tf02")]
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("tf03")]
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("tf04")]
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("tf05")]
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("tf06")]
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("tf07")]
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("tf08")]
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("tf09")]
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("tl01")]
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("tl10")]
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("tl11")]
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("tl12")]
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("tl13")]
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("tl14")]
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("tl15")]
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("tl16")]
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("tl17")]
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("tl18")]
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("tl19")]
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("tl02")]
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("tl20")]
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("tl21")]
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("tl22")]
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("tl23")]
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("tl24")]
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("tl25")]
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("tl26")]
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("tl27")]
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("tl28")]
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("tl29")]
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("tl03")]
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("tl30")]
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("tl31")]
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("tl32")]
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("tl33")]
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("tl34")]
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("tl35")]
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("tl36")]
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("tl37")]
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("tl38")]
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("tl39")]
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("tl04")]
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("tl40")]
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("tl41")]
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("tl42")]
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("tl43")]
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("tl44")]
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("tl45")]
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("tl46")]
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("tl47")]
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("tl48")]
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("tl49")]
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("tl05")]
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("tl50")]
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("tl51")]
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("tl52")]
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("tl53")]
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("tl54")]
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("tl55")]
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("tl56")]
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("tl57")]
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("tl58")]
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("tl59")]
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("tl06")]
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("tl60")]
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("tl07")]
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("tl08")]
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("tl09")]
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("ts01")]
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("ts10")]
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("ts11")]
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("ts12")]
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("ts13")]
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("ts14")]
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("ts15")]
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("ts16")]
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("ts17")]
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("ts18")]
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("ts19")]
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("ts02")]
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("ts20")]
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("ts21")]
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("ts22")]
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("ts23")]
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("ts24")]
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("ts25")]
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("ts26")]
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("ts27")]
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("ts28")]
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("ts29")]
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("ts03")]
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("ts30")]
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("ts31")]
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("ts32")]
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("ts33")]
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("ts34")]
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("ts35")]
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("ts36")]
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("ts37")]
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("ts38")]
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("ts39")]
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("ts04")]
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("ts40")]
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("ts41")]
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("ts42")]
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("ts43")]
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("ts44")]
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("ts45")]
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("ts46")]
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("ts47")]
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("ts48")]
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("ts49")]
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("ts05")]
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("ts06")]
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("ts07")]
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("ts08")]
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("ts09")]
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.