Class ServiceTypeCustomFieldEntity
This class represents the EntityModel interface to the SsStudentServiceCustomField database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class ServiceTypeCustomFieldEntity : Entity, IIdentifiable, IAuditable
Constructors
ServiceTypeCustomFieldEntity()
Declaration
public ServiceTypeCustomFieldEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc. |
DataTypeProperty
The DataType property.
Declaration
public static readonly EntityProperty DataTypeProperty
Field Value
Type | Description |
---|---|
Cmc. |
FieldDescriptionProperty
The FieldDescription property.
Declaration
public static readonly EntityProperty FieldDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc. |
HelpTextProperty
The HelpText property.
Declaration
public static readonly EntityProperty HelpTextProperty
Field Value
Type | Description |
---|---|
Cmc. |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc. |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
LengthProperty
The Length property.
Declaration
public static readonly EntityProperty LengthProperty
Field Value
Type | Description |
---|---|
Cmc. |
PrecisionProperty
The Precision property.
Declaration
public static readonly EntityProperty PrecisionProperty
Field Value
Type | Description |
---|---|
Cmc. |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc. |
ServiceTypeIdProperty
The ServiceTypeId property.
Declaration
public static readonly EntityProperty ServiceTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
ValidationXmlProperty
The ValidationXml property.
Declaration
public static readonly EntityProperty ValidationXmlProperty
Field Value
Type | Description |
---|---|
Cmc. |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ServiceTypeCustomFieldEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
The CreatedDateTime. |
DataType
Gets or sets the DataType associated with this ServiceTypeCustomFieldEntity.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System. |
The DataType. |
FieldDescription
Gets or sets the FieldDescription associated with this ServiceTypeCustomFieldEntity.
Declaration
public string FieldDescription { get; set; }
Property Value
Type | Description |
---|---|
System. |
The FieldDescription. |
HelpText
Gets or sets the HelpText associated with this ServiceTypeCustomFieldEntity.
Declaration
public string HelpText { get; set; }
Property Value
Type | Description |
---|---|
System. |
The HelpText. |
Id
Gets or sets the Id associated with this ServiceTypeCustomFieldEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Id. |
IsActive
Gets or sets the IsActive associated with this ServiceTypeCustomFieldEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System. |
The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ServiceTypeCustomFieldEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ServiceTypeCustomFieldEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastModifiedUserId. |
Length
Gets or sets the Length associated with this ServiceTypeCustomFieldEntity.
Declaration
public int? Length { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Length. |
Precision
Gets or sets the Precision associated with this ServiceTypeCustomFieldEntity.
Declaration
public byte? Precision { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Precision. |
RowVersion
Gets or sets the RowVersion associated with this ServiceTypeCustomFieldEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
The RowVersion. |
ServiceTypeId
Gets or sets the ServiceTypeId associated with this ServiceTypeCustomFieldEntity.
Declaration
public int ServiceTypeId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The ServiceTypeId. |
ValidationXml
Gets or sets the ValidationXml associated with this ServiceTypeCustomFieldEntity.
Declaration
public string ValidationXml { get; set; }
Property Value
Type | Description |
---|---|
System. |
The ValidationXml. |
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()