Class GlobalVerifierAttribute
GlobalVerifierAttribute class represents a global verifier attribute that should be used to mark global verifier classes.
Implements
Inherited Members
Namespace: SdlSdl.VerificationApi
Assembly: Sdl.Verification.Api.dll
Syntax
[ExtensionPointInfo("GlobalVerifiers", ExtensionPointBehavior.Static)]
public class GlobalVerifierAttribute : ExtensionAttribute, _Attribute
Constructors
GlobalVerifierAttribute()
Default constructor.
Declaration
public GlobalVerifierAttribute()
GlobalVerifierAttribute(string, string, string)
Constructor that takes the given id, name, and description.
Declaration
public GlobalVerifierAttribute(string id, string name, string description)
Parameters
Type | Name | Description |
---|---|---|
string | id | id |
string | name | name |
string | description | description |