Class CopyPositionRequest
Represents the a request for the CopyPosition method.
Inheritance
System.Object
CopyPositionRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CopyPositionRequest : ServiceRequest
Constructors
CopyPositionRequest()
Declaration
public CopyPositionRequest()
Properties
CopyCount
Declaration
public int CopyCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PositionId
Declaration
public int PositionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |