Class PlanPermission
Inheritance
System.Object
PlanPermission
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 PlanPermission : INotifyPropertyChanged
Properties
ExtensionConfig
Declaration
public ExtensionConfiguration ExtensionConfig { get; set; }
Property Value
Type | Description |
---|---|
ExtensionConfiguration |
MaximumActivation
Declaration
public int MaximumActivation { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaximumFileSize
Declaration
public long MaximumFileSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
MaximumMinutesRetention
Declaration
public int MaximumMinutesRetention { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NbMontlyMessage
Declaration
public int NbMontlyMessage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Permission
Declaration
public SerialTypePermission Permission { get; set; }
Property Value
Type | Description |
---|---|
SerialTypePermission |
Plan
Declaration
public PlanIDEnum Plan { get; set; }
Property Value
Type | Description |
---|---|
PlanIDEnum |
PlanID
Declaration
public string PlanID { 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