RoleDefinitionCreationInformation Members
Include Protected Members
Include Inherited Members
Contains properties that are used as parameters to initialize a role definition.
The RoleDefinitionCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RoleDefinitionCreationInformation |
Top
Properties
Name | Description | |
---|---|---|
BasePermissions | Gets or sets a value that specifies the permissions for the role definition. | |
Description | Gets or sets a value that specifies a description of the role definition. | |
Name | Gets or sets a value that specifies the name of the role definition. | |
Order | Gets or sets a value that specifies the order in which roles are displayed. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top