Class DeleteNonTeachingActivityRequest
Represents the a request for the DeleteNonTeachingActivity method.
Inheritance
System.Object
DeleteNonTeachingActivityRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteNonTeachingActivityRequest : ServiceRequest
Constructors
DeleteNonTeachingActivityRequest()
Declaration
public DeleteNonTeachingActivityRequest()
Properties
NonTeachingActivityIdList
Gets or sets the NonTeachingactivityId List.
Declaration
public ICollection<int> NonTeachingActivityIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |