Click or drag to resize

AuthorizationAttribute Class

Inheritance Hierarchy
SystemObject
  SystemAttribute
    MulticastAttribute
      Aspect
        MethodLevelAspect
          OnMethodBoundaryAspect
            Aruba.Cloud.Domains.WsDomainsAuthorizationAttribute

Namespace:  Aruba.Cloud.Domains.WsDomains
Assembly:  Aruba.Cloud.Domains.WsDomains (in Aruba.Cloud.Domains.WsDomains.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public sealed class AuthorizationAttribute : OnMethodBoundaryAspect

The AuthorizationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAuthorizationAttribute
Initializes a new instance of the AuthorizationAttribute class
Top
Properties
  NameDescription
Public propertyApplyToStateMachine (Inherited from OnMethodBoundaryAspect.)
Public propertyAspectPriority (Inherited from Aspect.)
Public propertyAttributeExclude (Inherited from MulticastAttribute.)
Public propertyAttributeId Obsolete. (Inherited from MulticastAttribute.)
Public propertyAttributeInheritance (Inherited from MulticastAttribute.)
Public propertyAttributePriority (Inherited from MulticastAttribute.)
Public propertyAttributeReplace (Inherited from MulticastAttribute.)
Public propertyAttributeTargetAssemblies (Inherited from MulticastAttribute.)
Public propertyAttributeTargetElements (Inherited from MulticastAttribute.)
Public propertyAttributeTargetExternalMemberAttributes (Inherited from MulticastAttribute.)
Public propertyAttributeTargetExternalTypeAttributes (Inherited from MulticastAttribute.)
Public propertyAttributeTargetMemberAttributes (Inherited from MulticastAttribute.)
Public propertyAttributeTargetMembers (Inherited from MulticastAttribute.)
Public propertyAttributeTargetParameterAttributes (Inherited from MulticastAttribute.)
Public propertyAttributeTargetParameters (Inherited from MulticastAttribute.)
Public propertyAttributeTargetTypeAttributes (Inherited from MulticastAttribute.)
Public propertyAttributeTargetTypes (Inherited from MulticastAttribute.)
Top
Methods
  NameDescription
Public methodCompileTimeInitialize (Inherited from MethodLevelAspect.)
Public methodCompileTimeValidate(MethodBase) (Inherited from MethodLevelAspect.)
Public methodCompileTimeValidate(Object) (Inherited from MethodLevelAspect.)
Public methodGetAspectConfiguration (Inherited from Aspect.)
Public methodOnEntry (Overrides OnMethodBoundaryAspect.OnEntry(MethodExecutionArgs).)
Public methodOnException (Inherited from OnMethodBoundaryAspect.)
Public methodOnExit (Inherited from OnMethodBoundaryAspect.)
Public methodOnResume (Inherited from OnMethodBoundaryAspect.)
Public methodOnSuccess (Inherited from OnMethodBoundaryAspect.)
Public methodOnYield (Inherited from OnMethodBoundaryAspect.)
Public methodRuntimeInitialize (Inherited from MethodLevelAspect.)
Top
See Also