Class ContractSendToFacultyResponse
Represents the response for the ContractSendToFaculty method.
Inheritance
System.Object
ContractSendToFacultyResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ContractSendToFacultyResponse : ServiceResponse
Constructors
ContractSendToFacultyResponse()
Declaration
public ContractSendToFacultyResponse()
Properties
StaffFullName
Gets or sets the ContractIdList.
Declaration
public ICollection<string> StaffFullName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.String> |