Class CfpContactConfigurationEntity
This class represents the EntityModel interface to the FaCfpContactConfig_Regulatory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CfpContactConfigurationEntity : Entity, IIdentifiable, IAuditable
Constructors
CfpContactConfigurationEntity()
Declaration
public CfpContactConfigurationEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CityProperty
The City property.
Declaration
public static readonly EntityProperty CityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmailAddressProperty
The EmailAddress property.
Declaration
public static readonly EntityProperty EmailAddressProperty
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 |
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PhoneNumberProperty
The PhoneNumber property.
Declaration
public static readonly EntityProperty PhoneNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeProperty
The PostalCode property.
Declaration
public static readonly EntityProperty PostalCodeProperty
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 |
StateProperty
The State property.
Declaration
public static readonly EntityProperty StateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddress2Property
The StreetAddress2 property.
Declaration
public static readonly EntityProperty StreetAddress2Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddressProperty
The StreetAddress property.
Declaration
public static readonly EntityProperty StreetAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusId
Gets or sets the CampusId associated with this CfpContactConfigurationEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
City
Gets or sets the City associated with this CfpContactConfigurationEntity.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CfpContactConfigurationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EmailAddress
Gets or sets the EmailAddress associated with this CfpContactConfigurationEntity.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
Id
Gets or sets the Id associated with this CfpContactConfigurationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CfpContactConfigurationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CfpContactConfigurationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this CfpContactConfigurationEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PhoneNumber
Gets or sets the PhoneNumber associated with this CfpContactConfigurationEntity.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
PostalCode
Gets or sets the PostalCode associated with this CfpContactConfigurationEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RowVersion
Gets or sets the RowVersion associated with this CfpContactConfigurationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
State
Gets or sets the State associated with this CfpContactConfigurationEntity.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this CfpContactConfigurationEntity.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
StreetAddress2
Gets or sets the StreetAddress2 associated with this CfpContactConfigurationEntity.
Declaration
public string StreetAddress2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress2. |
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()