Class Building
This class represents the EntityModel interface to the AdBuilding database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Building
Constructors
Building()
Declaration
public Building()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this Building.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
City
Gets or sets the City associated with this Building.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
CloseTime
Gets or sets the CloseTime associated with this Building.
Declaration
public DateTime? CloseTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CloseTime. |
Code
Gets or sets the Code associated with this Building.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Comment
Gets or sets the Comment associated with this Building.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Comment. |
ContactEmail
Gets or sets the ContactEmail associated with this Building.
Declaration
public string ContactEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactEmail. |
ContactName
Gets or sets the ContactName associated with this Building.
Declaration
public string ContactName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactName. |
ContactTitle
Gets or sets the ContactTitle associated with this Building.
Declaration
public string ContactTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactTitle. |
Country
Declaration
public virtual Country Country { get; set; }
Property Value
Type | Description |
---|---|
Country |
CountryId
Gets or sets the CountryId associated with this Building.
Declaration
public int? CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountryId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Building.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<BuildingExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<BuildingExtendedProperty> |
FaxNumber
Gets or sets the FaxNumber associated with this Building.
Declaration
public string FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FaxNumber. |
Id
Gets or sets the Id associated with this Building.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this Building.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Building.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Building.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Location
Declaration
public virtual Location Location { get; set; }
Property Value
Type | Description |
---|---|
Location |
LocationId
Gets or sets the LocationId associated with this Building.
Declaration
public int? LocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LocationId. |
Name
Gets or sets the Name associated with this Building.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NumberOfRooms
Gets or sets the NumberOfRooms associated with this Building.
Declaration
public int? NumberOfRooms { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberOfRooms. |
OpenTime
Gets or sets the OpenTime associated with this Building.
Declaration
public DateTime? OpenTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The OpenTime. |
PhoneNumber
Gets or sets the PhoneNumber associated with this Building.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
PostalCode
Gets or sets the PostalCode associated with this Building.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
Rooms
Declaration
public virtual ICollection<Room> Rooms { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Room> |
State
Gets or sets the State associated with this Building.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this Building.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
TestingLocationIdentifier
Gets or sets the TestingLocationIdentifier associated with this Building.
Declaration
public int? TestingLocationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TestingLocationIdentifier. |
UtilizationType
Gets or sets the UtilizationType associated with this Building.
Declaration
public string UtilizationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UtilizationType. |
Weekdays
Gets or sets the Weekdays associated with this Building.
Declaration
public string Weekdays { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Weekdays. |
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()