Inheritance Hierarchy
RainWorx.FrameWorx.DTO.FaultContractsAuthorizationFaultContract
Namespace: RainWorx.FrameWorx.DTO.FaultContracts
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class AuthorizationFaultContract
The AuthorizationFaultContract type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AuthorizationFaultContract | Initializes a new instance of the AuthorizationFaultContract class |
![]() | AuthorizationFaultContract(ReasonCode) | Initializes a new instance of the AuthorizationFaultContract class |
Properties
Name | Description | |
---|---|---|
![]() | ActingUserName | |
![]() | InstanceID | |
![]() | Permission | |
![]() | Reason | |
![]() | RequestedMethod | |
![]() | RequiredRole | |
![]() | RequiredUser |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also