Class CipCode
This class represents the EntityModel interface to the adCIPCode database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CipCode
Constructors
CipCode()
Declaration
public CipCode()
Properties
Code
Gets or sets the Code associated with this CipCode.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CipCode.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HppaLevel
Gets or sets the HppaLevel associated with this CipCode.
Declaration
public string HppaLevel { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HppaLevel. |
IsActive
Gets or sets the IsActive associated with this CipCode.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CipCode.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CipCode.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this CipCode.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this CipCode.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ProgramOfStudy
Gets or sets the ProgramOfStudy associated with this CipCode.
Declaration
public string ProgramOfStudy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramOfStudy. |
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()