Class GetTrialArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetTrialArgs : INotifyPropertyChanged
Properties
Capcha
Declaration
public string Capcha { get; set; }
Property Value
CapchaID
Declaration
public string CapchaID { get; set; }
Property Value
CultureID
Declaration
public string CultureID { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
FirstName
Declaration
public string FirstName { get; set; }
Property Value
LastName
Declaration
public string LastName { get; set; }
Property Value
Phone
Declaration
public string Phone { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods