Class CampusNexusStudentSetting
This class represents the EntityModel interface to the SyRegistry database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CampusNexusStudentSetting
Constructors
CampusNexusStudentSetting()
Declaration
public CampusNexusStudentSetting()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CampusNexusStudentSetting.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisplayControlType
Gets or sets the DisplayControlType associated with this CampusNexusStudentSetting.
Declaration
public string DisplayControlType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisplayControlType. |
DisplayOrder
Gets or sets the DisplayOrder associated with this CampusNexusStudentSetting.
Declaration
public int DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisplayOrder. |
Id
Gets or sets the Id associated with this CampusNexusStudentSetting.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDisplayedInWeb
Gets or sets the IsDisplayedInWeb associated with this CampusNexusStudentSetting.
Declaration
public bool IsDisplayedInWeb { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDisplayedInWeb. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CampusNexusStudentSetting.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CampusNexusStudentSetting.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LongDisplayText
Gets or sets the LongDisplayText associated with this CampusNexusStudentSetting.
Declaration
public string LongDisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LongDisplayText. |
MaxLength
Gets or sets the MaxLength associated with this CampusNexusStudentSetting.
Declaration
public byte? MaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The MaxLength. |
SettingName
Gets or sets the SettingName associated with this CampusNexusStudentSetting.
Declaration
public string SettingName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SettingName. |
SettingValue
Gets or sets the SettingValue associated with this CampusNexusStudentSetting.
Declaration
public string SettingValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SettingValue. |
ShortDisplayText
Gets or sets the ShortDisplayText associated with this CampusNexusStudentSetting.
Declaration
public string ShortDisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ShortDisplayText. |
ValidValues
Gets or sets the ValidValues associated with this CampusNexusStudentSetting.
Declaration
public string ValidValues { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ValidValues. |
WebModule
Gets or sets the WebModule associated with this CampusNexusStudentSetting.
Declaration
public string WebModule { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WebModule. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |