Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class PlanPermission

    Inheritance
    object
    PlanPermission
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    int

    MaximumFileSize

    Declaration
    public long MaximumFileSize { get; set; }
    Property Value
    Type Description
    long

    MaximumMinutesRetention

    Declaration
    public int MaximumMinutesRetention { get; set; }
    Property Value
    Type Description
    int

    NbMontlyMessage

    Declaration
    public int NbMontlyMessage { get; set; }
    Property Value
    Type Description
    int

    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
    string

    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
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation