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
identifierGuidtypeActionTypenamestringaccessAccessControl
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
identifierGuidtypeActionTypenamestringexecuteboolreadboolwriteboolcreatebooldeletebooladministrateboolconfigurebooltrialbool
Properties
Access
public AccessControl Access { get; set; }
Property Value
Identifier
public Guid Identifier { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Type
public ActionType Type { get; set; }