Class SetStudentPreferredContactMethodResponse
Represents the response for the SetStudentPreferredContactMethod.
Inheritance
System.Object
SetStudentPreferredContactMethodResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SetStudentPreferredContactMethodResponse : ServiceResponse
Constructors
SetStudentPreferredContactMethodResponse()
Declaration
public SetStudentPreferredContactMethodResponse()
Properties
AllowedToSave
Gets or Set Sms Allowed To Save.
Declaration
public bool AllowedToSave { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The AllowedToSave. |
MobileNumber
Gets or Set Mobile Number.
Declaration
public string MobileNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MobileNumber. |
SmsServiceProviderId
Gets or Set Sms Service Provider Id.
Declaration
public int? SmsServiceProviderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SmsServiceProviderId. |
StudentContactPreferenceEntityList
Gets or sets the Student Contact PreferenceEntity List
Declaration
public List<StudentContactPreferenceEntity> StudentContactPreferenceEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentContactPreferenceEntity> |
StudentId
Gets or Set Student Id.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
SubscribeToSms
Gets or Set Subscribe To Sms.
Declaration
public bool SubscribeToSms { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The SubscribeToSms. |