Table of Contents

Class Claim

Namespace
InSite.Domain.Foundations
Assembly
Shift.Sdk.dll
public class Claim
Inheritance
Claim
Inherited Members
Extension Methods

Constructors

Claim(Guid, ActionType, string, AccessControl)

public Claim(Guid identifier, ActionType type, string name, AccessControl access)

Parameters

identifier Guid
type ActionType
name string
access AccessControl

Claim(Guid, ActionType, string, bool, bool, bool, bool, bool, bool, bool, bool)

public Claim(Guid identifier, ActionType type, string name, bool execute, bool read, bool write, bool create, bool delete, bool administrate, bool configure, bool trial)

Parameters

identifier Guid
type ActionType
name string
execute bool
read bool
write bool
create bool
delete bool
administrate bool
configure bool
trial bool

Properties

Access

public AccessControl Access { get; set; }

Property Value

AccessControl

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

Type

public ActionType Type { get; set; }

Property Value

ActionType