Class LanguageDirectionVerifierAttribute
LanguageDirectionVerifier class represents a verifier attribute that should be used to mark verifier classes used at language direction level.
Inheritance
Object
LanguageDirectionVerifierAttribute
Namespace: Sdl.Verification.Api
Assembly: Sdl.Verification.Api.dll
Syntax
public class LanguageDirectionVerifierAttribute : ExtensionAttribute
Constructors
LanguageDirectionVerifierAttribute()
Default constructor.
Declaration
public LanguageDirectionVerifierAttribute()
LanguageDirectionVerifierAttribute(String, String, String)
Constructor that takes the given id, name, and description.
Declaration
public LanguageDirectionVerifierAttribute(string id, string name, string description)
Parameters
Type | Name | Description |
---|---|---|
String | id | id |
String | name | name |
String | description | description |