Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class BaseDomainRules

    This class represent the rule for an specific domain into an Organisation. Thoses rules are there to force the plugins to operate as the desired organisationnal behaviors

    Inheritance
    object
    BaseDomainRules
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Entity
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class BaseDomainRules

    Properties

    ApplyToEmailType

    The rule apply to

    Declaration
    public DomainRulesApplyToEmailType ApplyToEmailType { get; set; }
    Property Value
    Type Description
    DomainRulesApplyToEmailType

    Domain

    The domain

    Declaration
    public string Domain { get; set; }
    Property Value
    Type Description
    string

    Rule

    The domain status if it's autorized or not

    Declaration
    public DomainRule Rule { get; set; }
    Property Value
    Type Description
    DomainRule

    Extension Methods

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