Search Results for

    Show / Hide Table of Contents

    Class LocalRole

    Inheritance
    System.Object
    LocalRole
    Implements
    ILocalRole
    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: ImageVault.Web.Security
    Assembly: ImageVault.Web.dll
    Syntax
    public class LocalRole : ILocalRole

    Constructors

    LocalRole(String, String)

    Declaration
    public LocalRole(string id, string name = null)
    Parameters
    Type Name Description
    System.String id
    System.String name

    Properties

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    Name

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

    Implements

    ILocalRole
    In This Article
    Back to top (c) Meriworks 2002-2022