Table of Contents

Class Role

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class Role
Inheritance
Role
Inherited Members
Extension Methods

Constructors

Role(Guid)

public Role(Guid id)

Parameters

id Guid

Role(string)

public Role(string name)

Parameters

name string

Role(string, Guid?)

public Role(string name, Guid? id)

Parameters

name string
id Guid?

Properties

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string