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