Show / Hide Table of Contents

Class ContactUsArgs

Inheritance
System.Object
ContactUsArgs
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()
Namespace: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class ContactUsArgs : INotifyPropertyChanged

Properties

BusinessName

Declaration
public string BusinessName { get; set; }
Property Value
Type Description
System.String

CapCharID

Declaration
public string CapCharID { get; set; }
Property Value
Type Description
System.String

CultureID

Declaration
public string CultureID { get; set; }
Property Value
Type Description
System.String

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String

FirstName

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String

LastName

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

Phone

Declaration
public string Phone { get; set; }
Property Value
Type Description
System.String

TxtCapChar

Declaration
public string TxtCapChar { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public int Type { get; set; }
Property Value
Type Description
System.Int32

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

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX