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
System.Object
BaseDomainRules
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.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
System.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 Generated by DocFX