Search Results for

    Show / Hide Table of Contents

    Class UserRoleEditable

    Represents a user role, which associates users with user rights.

    Inheritance
    System.Object
    UserRoleEditable
    UserRole
    UserRoleCreateRequest
    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: System.Dynamic.ExpandoObject
    Syntax
    public class UserRoleEditable

    Properties

    Names

    Language specific user role names.

    Declaration
    public TranslatedStringDictionary Names { get; set; }
    Property Value
    TranslatedStringDictionary

    UserRights

    All user rights for this user role.

    Declaration
    public ICollection<UserRight> UserRights { get; set; }
    Property Value
    System.Collections.Generic.ICollection<UserRight>

    Methods

    FromJson(String)

    Declaration
    public static UserRoleEditable FromJson(string data)
    Parameters
    System.String data

    Returns
    UserRoleEditable

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX