Class GetEnveloppeArgs
Inheritance
System.Object
GetEnveloppeArgs
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 GetEnveloppeArgs : INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
Type |
Description |
System.Guid |
|
AutorizedExtension
Declaration
public string[] AutorizedExtension { get; set; }
Property Value
Type |
Description |
System.String[] |
|
CallBackParameters
Declaration
public string CallBackParameters { get; set; }
Property Value
Type |
Description |
System.String |
|
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CryptedTFAContact { get; set; }
Property Value
Type |
Description |
System.String |
|
CultureID
Declaration
public string CultureID { get; set; }
Property Value
Type |
Description |
System.String |
|
Destination
Declaration
public string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxExpirationDelais
Declaration
public string MaxExpirationDelais { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxOpenTime
Declaration
public string MaxOpenTime { get; set; }
Property Value
Type |
Description |
System.String |
|
NotifyWhenRead
Declaration
public bool NotifyWhenRead { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReplyToAPI
Declaration
public bool ReplyToAPI { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
TFA
Declaration
public TFAMode TFA { get; set; }
Property Value
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