Class StafLevelPermissions
Inheritance
System.Object
StafLevelPermissions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StafLevelPermissions
Constructors
StafLevelPermissions()
Declaration
public StafLevelPermissions()
Properties
DefaultCampusId
Declaration
public int? DefaultCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsAllowedToOverrideCoursePreRequisites
Declaration
public bool IsAllowedToOverrideCoursePreRequisites { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAllowedToOverrideRegistrationLocks
Declaration
public bool IsAllowedToOverrideRegistrationLocks { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |