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.Core.EntityModel.EntityProperty |
DataTypeProperty
The DataType property.
Declaration
public static readonly EntityProperty DataTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldDescriptionProperty
The FieldDescription property.
Declaration
public static readonly EntityProperty FieldDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HelpTextProperty
The HelpText property.
Declaration
public static readonly EntityProperty HelpTextProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
LengthProperty
The Length property.
Declaration
public static readonly EntityProperty LengthProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrecisionProperty
The Precision property.
Declaration
public static readonly EntityProperty PrecisionProperty
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 |
ServiceTypeIdProperty
The ServiceTypeId property.
Declaration
public static readonly EntityProperty ServiceTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ValidationXmlProperty
The ValidationXml property.
Declaration
public static readonly EntityProperty ValidationXmlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ServiceTypeCustomFieldEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DataType
Gets or sets the DataType associated with this ServiceTypeCustomFieldEntity.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DataType. |
FieldDescription
Gets or sets the FieldDescription associated with this ServiceTypeCustomFieldEntity.
Declaration
public string FieldDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldDescription. |
HelpText
Gets or sets the HelpText associated with this ServiceTypeCustomFieldEntity.
Declaration
public string HelpText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HelpText. |
Id
Gets or sets the Id associated with this ServiceTypeCustomFieldEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this ServiceTypeCustomFieldEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ServiceTypeCustomFieldEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ServiceTypeCustomFieldEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Length
Gets or sets the Length associated with this ServiceTypeCustomFieldEntity.
Declaration
public int? Length { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Length. |
Precision
Gets or sets the Precision associated with this ServiceTypeCustomFieldEntity.
Declaration
public byte? Precision { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The Precision. |
RowVersion
Gets or sets the RowVersion associated with this ServiceTypeCustomFieldEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ServiceTypeId
Gets or sets the ServiceTypeId associated with this ServiceTypeCustomFieldEntity.
Declaration
public int ServiceTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ServiceTypeId. |
ValidationXml
Gets or sets the ValidationXml associated with this ServiceTypeCustomFieldEntity.
Declaration
public string ValidationXml { get; set; }
Property Value
Type | Description |
---|---|
System.String | 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()