Class Country
This class represents the EntityModel interface to the SyCountry database table.
Inheritance
Implements
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Country : IReferenceItem, IIdentifiable
Constructors
Country()
Declaration
public Country()
Properties
Buildings
Declaration
public virtual ICollection<Building> Buildings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Building> |
Code
Gets or sets the Code associated with this Country.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CollegeCountries
Declaration
public virtual ICollection<College> CollegeCountries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<College> |
CollegeTranscriptOffices
Declaration
public virtual ICollection<College> CollegeTranscriptOffices { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<College> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Country.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HighSchoolCountries
Declaration
public virtual ICollection<HighSchool> HighSchoolCountries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<HighSchool> |
HighSchoolTranscriptOffices
Declaration
public virtual ICollection<HighSchool> HighSchoolTranscriptOffices { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<HighSchool> |
Id
Gets or sets the Id associated with this Country.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this Country.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this Country.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Country.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Country.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this Country.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PhoneMask
Gets or sets the PhoneMask associated with this Country.
Declaration
public string PhoneMask { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneMask. |
SsnMask
Gets or sets the SsnMask associated with this Country.
Declaration
public string SsnMask { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SsnMask. |
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()