Class NotAuthorizationExceptionMatch
Used for matches to bypass AuthorizationExceptions, requires EXCEPTION passed in Make(context)
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Wave
Assembly: NFX.Wave.dll
Syntax
public sealed class NotAuthorizationExceptionMatch : WorkMatch, INamed, IOrdered
  Constructors
NotAuthorizationExceptionMatch(IConfigSectionNode)
Declaration
public NotAuthorizationExceptionMatch(IConfigSectionNode confNode)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IConfigSectionNode | confNode | 
NotAuthorizationExceptionMatch(String, Int32)
Declaration
public NotAuthorizationExceptionMatch(string name, int order)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | |
| System.Int32 | order | 
Methods
Make(WorkContext, Object)
Declaration
public override JSONDataMap Make(WorkContext work, object context = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkContext | work | |
| System.Object | context | 
Returns
| Type | Description | 
|---|---|
| JSONDataMap |