Show / Hide Table of Contents

Class IsExpiredOperation

The default IsExpired operation

Inheritance
System.Object
OatOperation
IsExpiredOperation
Inherited Members
OatOperation.Analyzer
OatOperation.ValidationDelegate
OatOperation.Operation
OatOperation.OperationDelegate
OatOperation.CustomOperation
OatOperation.UndefinedValidation(Rule, Clause)
OatOperation.NopOperation(Clause, Object, Object, IEnumerable<ClauseCapture>)
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: Microsoft.CST.OAT.Operations
Assembly: OAT.dll
Syntax
public class IsExpiredOperation : OatOperation

Constructors

| Improve this Doc View Source

IsExpiredOperation(Analyzer)

Create an OatOperation given an analyzer

Declaration
public IsExpiredOperation(Analyzer analyzer)
Parameters
Type Name Description
Analyzer analyzer

The analyzer context to work with

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX