Search Results for

    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
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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
    [DataMember]
    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
    [DataMember(EmitDefaultValue = false)]
    public int? FolderId { get; set; }
    Property Value
    Type Description
    int?

    Id

    Gets or sets the authorization rule id.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? Id { get; set; }
    Property Value
    Type Description
    int?

    IsGroup

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

    Declaration
    [DataMember]
    public bool? IsGroup { get; set; }
    Property Value
    Type Description
    bool?

    Key

    Gets or sets the authorization rule key.

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

    Name

    Gets or sets the authorization rule name.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    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
    [DataMember]
    public int Priority { get; set; }
    Property Value
    Type Description
    int

    Methods

    Equals(DefaultAuthorizationRule)

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

    Equals(object)

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

    GetHashCode()

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

    ToString()

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

    Implements

    IExtensibleDataObject
    IEquatable<T>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation