Class ProspectTemplateFieldDetail
Inheritance
System.Object
ProspectTemplateFieldDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ProspectTemplateFieldDetail
Constructors
ProspectTemplateFieldDetail()
Declaration
public ProspectTemplateFieldDetail()
Properties
ControlOption
Declaration
public string ControlOption { get; set; }
Property Value
Type |
Description |
System.String |
|
ControlType
Declaration
public string ControlType { get; set; }
Property Value
Type |
Description |
System.String |
|
DataType
Declaration
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
Decimals
Declaration
public string Decimals { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DisplayFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
ExistingDataDetails
Declaration
public ICollection<ExistingData> ExistingDataDetails { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<ExistingData> |
|
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
HelpText
Declaration
public string HelpText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string InputMask { get; set; }
Property Value
Type |
Description |
System.String |
|
IsDataFromOData
Declaration
public bool IsDataFromOData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRequired
Declaration
public bool IsRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaximumRange
Declaration
public string MaximumRange { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinimumRange
Declaration
public string MinimumRange { get; set; }
Property Value
Type |
Description |
System.String |
|
ODataLookUp
Declaration
public string ODataLookUp { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderNumber
Declaration
public int OrderNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OtherSelectedValue
Declaration
public string OtherSelectedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedValue
Declaration
public string SelectedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
TableName
Declaration
public string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
TextField
Declaration
public string TextField { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueField
Declaration
public string ValueField { get; set; }
Property Value
Type |
Description |
System.String |
|