Class NonTeachingActivity
Inheritance
System.Object
NonTeachingActivity
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()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class NonTeachingActivity
Constructors
NonTeachingActivity()
Declaration
public NonTeachingActivity()
Properties
ActivityTypeCode
Declaration
public string ActivityTypeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ActivityTypeName
Declaration
public string ActivityTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Campus
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
HasWlmNonTeachingTypeAttributes
Declaration
public bool HasWlmNonTeachingTypeAttributes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoadTypeCount
Declaration
public int LoadTypeCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NonTeachingActivityCode
Declaration
public string NonTeachingActivityCode { get; set; }
Property Value
Type |
Description |
System.String |
|
NonTeachingActivityName
Declaration
public string NonTeachingActivityName { get; set; }
Property Value
Type |
Description |
System.String |
|
NonTeachingTypeCode
Declaration
public string NonTeachingTypeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
NonTeachingTypeName
Declaration
public string NonTeachingTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
PossibleNumberAssignment
Declaration
public int PossibleNumberAssignment { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermName
Declaration
public string TermName { get; set; }
Property Value
Type |
Description |
System.String |
|
WlmActivityTypeId
Declaration
public int WlmActivityTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WlmNonTeachingActivityId
Declaration
public int WlmNonTeachingActivityId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WlmNonTeachingTypeId
Declaration
public int WlmNonTeachingTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|