Class ProspectInquiryFormTemplateDetailEntity
This class represents the EntityModel interface to the SyQuickLead database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ProspectInquiryFormTemplateDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
ProspectInquiryFormTemplateDetailEntity()
Declaration
public ProspectInquiryFormTemplateDetailEntity()
Fields
ColumnNameProperty
The ColumnName property.
Declaration
public static readonly EntityProperty ColumnNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DataTypeProperty
The DataType property.
Declaration
public static readonly EntityProperty DataTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldGroupBackGroundColorProperty
The FieldGroupBackGroundColor property.
Declaration
public static readonly EntityProperty FieldGroupBackGroundColorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldGroupProperty
The FieldGroup property.
Declaration
public static readonly EntityProperty FieldGroupProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRequiredProperty
The IsRequired property.
Declaration
public static readonly EntityProperty IsRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LabelProperty
The Label property.
Declaration
public static readonly EntityProperty LabelProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaximumLengthProperty
The MaximumLength property.
Declaration
public static readonly EntityProperty MaximumLengthProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProspectInquiryFormTemplateIdProperty
The ProspectInquiryFormTemplateId property.
Declaration
public static readonly EntityProperty ProspectInquiryFormTemplateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TableNameProperty
The TableName property.
Declaration
public static readonly EntityProperty TableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ColumnName
Gets or sets the ColumnName associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ColumnName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DataType
Gets or sets the DataType associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DataType. |
FieldGroup
Gets or sets the FieldGroup associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public short FieldGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The FieldGroup. |
FieldGroupBackGroundColor
Gets or sets the FieldGroupBackGroundColor associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public string FieldGroupBackGroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldGroupBackGroundColor. |
Id
Gets or sets the Id associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsRequired
Gets or sets the IsRequired associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
Label
Gets or sets the Label associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Label. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaximumLength
Gets or sets the MaximumLength associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public int MaximumLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MaximumLength. |
ProspectInquiryFormTemplateId
Gets or sets the ProspectInquiryFormTemplateId associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public int ProspectInquiryFormTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProspectInquiryFormTemplateId. |
RowVersion
Gets or sets the RowVersion associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public byte Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The Sequence. |
TableName
Gets or sets the TableName associated with this ProspectInquiryFormTemplateDetailEntity.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TableName. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()