Show / Hide Table of Contents

    Class DefaultAuthorizationRule

    Represents the default authorization rule system settings.

    Inheritance
    Object
    DefaultAuthorizationRule
    Implements
    IExtensibleDataObject
    IEquatable<DefaultAuthorizationRule>
    Inherited Members
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public class DefaultAuthorizationRule : IExtensibleDataObject, IEquatable<DefaultAuthorizationRule>

    Constructors

    DefaultAuthorizationRule()

    Initializes a new instance of the DefaultAuthorizationRule.

    Declaration
    public DefaultAuthorizationRule()

    Properties

    Action

    Gets or sets the authorization rule action. The default value is Permit.

    Declaration
    public AuthorizationRuleAction Action { get; set; }
    Property Value
    Type Description
    AuthorizationRuleAction

    ExtensionData

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    ExtensionDataObject

    FolderId

    Gets or sets the authorization rule's folder id.

    Declaration
    public int? FolderId { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    Id

    Gets or sets the authorization rule id.

    Declaration
    public int? Id { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    IsGroup

    Gets or sets a flag that indicates whether this is an authorization rule or group.

    Declaration
    public bool? IsGroup { get; set; }
    Property Value
    Type Description
    Nullable<Boolean>

    Key

    Gets or sets the authorization rule key.

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid

    Name

    Gets or sets the authorization rule name.

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

    Priority

    Gets or sets rule priority that dictates the order in which rules are executed for particular service. Rule with higher priority is executed first.

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

    Methods

    Equals(DefaultAuthorizationRule)

    Declaration
    public bool Equals(DefaultAuthorizationRule other)
    Parameters
    Type Name Description
    DefaultAuthorizationRule other
    Returns
    Type Description
    Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    System.Runtime.Serialization.IExtensibleDataObject
    System.IEquatable<T>
    Back to top Nevatech Sentinet 6.5 Online Documentation