Search Results for

    Show / Hide Table of Contents

    Class PermissionUserRoleRightsOfMetadataRight

    Rights assigned to a user role.

    Inheritance
    object
    PermissionUserRoleRightsOfMetadataRight
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class PermissionUserRoleRightsOfMetadataRight

    Properties

    Names

    Language specific user role names.

    Declaration
    [JsonProperty("names", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public TranslatedStringDictionary Names { get; set; }
    Property Value
    TranslatedStringDictionary

    Rights

    List of rights: they can be content, metadata or permission set rights, depending on the type defined on the class
    (ContentRight, MetadataRight, PermissionSetRight).

    Declaration
    [JsonProperty("rights", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore, ItemConverterType = typeof(StringEnumConverter))]
    public ICollection<MetadataRight> Rights { get; set; }
    Property Value
    ICollection<MetadataRight>

    UserRoleId

    The user role ID.

    Declaration
    [JsonProperty("userRoleId", Required = Required.Always)]
    [Required]
    public string UserRoleId { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

    Declaration
    public static PermissionUserRoleRightsOfMetadataRight FromJson(string data)
    Parameters
    string data

    Returns
    PermissionUserRoleRightsOfMetadataRight

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX