Class CampusPrimaryCurrencyCodeEntity
This class represents the EntityModel interface to the SaPrimaryCurrencyMap database table.
Inheritance
System.Object
CampusPrimaryCurrencyCodeEntity
Implements
Cmc.Core.ComponentModel.IIdentifiable
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CampusPrimaryCurrencyCodeEntity : Entity, IIdentifiable
Constructors
CampusPrimaryCurrencyCodeEntity()
Declaration
public CampusPrimaryCurrencyCodeEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
PrimaryCurrencyCodeIdProperty
The PrimaryCurrencyCodeId property.
Declaration
public static readonly EntityProperty PrimaryCurrencyCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusId
Gets or sets the CampusId associated with this CampusPrimaryCurrencyCodeEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
Id
Gets or sets the Id associated with this CampusPrimaryCurrencyCodeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
PrimaryCurrencyCodeId
Gets or sets the PrimaryCurrencyCodeId associated with this CampusPrimaryCurrencyCodeEntity.
Declaration
public int PrimaryCurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PrimaryCurrencyCodeId. |
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()
Implements
Cmc.Core.ComponentModel.IIdentifiable