OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / UserDefinedFieldBase Class
Properties


In This Topic
    UserDefinedFieldBase Class Members
    In This Topic

    The following tables list the members exposed by UserDefinedFieldBase.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyThe key-value collection of all currently defined UserDefinedField labels and their associated database column name.  
    Public PropertyA value that serves as the display text, or description, of the information held in this UserDefinedField.  
    Public PropertyThe unique Guid identifier referencing the Order record that displays the values held in this UserDefinedField.  
    Public PropertyThe value of this UserDefinedField as an Object.  
    Public PropertyThe value of this UserDefinedField as a Boolean.  
    Public PropertyThe value of this UserDefinedField as a System.DateTime.  
    Public PropertyThe value of this UserDefinedField as a Decimal.  
    Public PropertyThe value of this UserDefinedField as a String.  
    Top
    See Also