Class SendMessageArgs0216
Inheritance
System.Object
SendMessageArgs0216
Implements
System.ComponentModel.INotifyPropertyChanged
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: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SendMessageArgs0216 : INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
Type |
Description |
System.Guid |
|
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
Type |
Description |
System.String |
|
Culture
Declaration
public string Culture { get; set; }
Property Value
Type |
Description |
System.String |
|
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Files
Declaration
public string Files { get; set; }
Property Value
Type |
Description |
System.String |
|
GetBackHTML
Declaration
public bool GetBackHTML { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
Notify
Declaration
public bool Notify { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
SendMethod
Declaration
public string SendMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type |
Description |
System.Guid |
|
ShowSubject
Declaration
public bool ShowSubject { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
User
Declaration
public string User { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods