Interface IDynamicCampusListEntity
Interface for entities that use a dynamic campus group for building/saving a list of campuses.
Namespace: Cmc.Nexus.Common
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public interface IDynamicCampusListEntity : IIdentifiable, IAuditable
Properties
CampusGroup
Gets or sets the campus group.
Declaration
CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroupEntity | The campus group. |
CampusGroupId
Gets or sets the campus group identifier.
Declaration
int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The campus group identifier. |
See Also
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable