Search Results for

    Show / Hide Table of Contents

    Class LanguageDirectionVerifierAttribute

    LanguageDirectionVerifier class represents a verifier attribute that should be used to mark verifier classes used at language direction level.

    Inheritance
    System.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
    System.String id

    id

    System.String name

    name

    System.String description

    description

    On this page

    • Constructors
      • LanguageDirectionVerifierAttribute()
      • LanguageDirectionVerifierAttribute(String, String, String)
    Back to top Generated by DocFX