Class PlanPermission
Inheritance
PlanPermission
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class PlanPermission : INotifyPropertyChanged
Properties
ExtensionConfig
Declaration
public ExtensionConfiguration ExtensionConfig { get; set; }
Property Value
MaximumActivation
Declaration
public int MaximumActivation { get; set; }
Property Value
MaximumFileSize
Declaration
public long MaximumFileSize { get; set; }
Property Value
MaximumMinutesRetention
Declaration
public int MaximumMinutesRetention { get; set; }
Property Value
NbMontlyMessage
Declaration
public int NbMontlyMessage { get; set; }
Property Value
Permission
Declaration
public SerialTypePermission Permission { get; set; }
Property Value
Plan
Declaration
public PlanIDEnum Plan { get; set; }
Property Value
PlanID
Declaration
public string PlanID { 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