Show / Hide Table of Contents

Class Role

System role for resource access and modification.

Inheritance
object
Role
Implements
IMessage<Role>
IEquatable<Role>
IDeepCloneable<Role>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Role : IMessage<Role>, IEquatable<Role>, IDeepCloneable<Role>, IBufferMessage, IMessage

Constructors

Role()

Declaration
public Role()

Role(Role)

Declaration
public Role(Role other)
Parameters
Type Name Description
Role other

Properties

Description

System role description for user.

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Name

System role name for user.

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

Type

System role type for well known roles.

Declaration
public Role.Types.Type Type { get; set; }
Property Value
Type Description
Role.Types.Type
In this article
Back to top Generated by DocFX