C# Class Thinktecture.IdentityModel.Claims.ClaimPermission.ResourceAction

Mostrar archivo Open project: IdentityModel/Thinktecture.IdentityModel.v1

Public Properties

Property Type Description
Action string
ActionType string
Resource string
ResourceType string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ResourceAction ( string resourceType, string resource, string actionType, string action ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ResourceAction() public method

public ResourceAction ( string resourceType, string resource, string actionType, string action ) : System
resourceType string
resource string
actionType string
action string
return System

Property Details

Action public_oe property

public string Action
return string

ActionType public_oe property

public string ActionType
return string

Resource public_oe property

public string Resource
return string

ResourceType public_oe property

public string ResourceType
return string