Click or drag to resize

CustomSyntax Class

Custom char sets
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.EdiSyntaxSet
    EdiFabric.Core.Model.EdiCustomSyntax

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public sealed class CustomSyntax : SyntaxSet

The CustomSyntax type exposes the following members.

Constructors
 NameDescription
Public methodCustomSyntax Initializes a new instance of the CustomSyntax class.
Top
Methods
 NameDescription
Public methodGetName Gets the name of the syntax set.
(Overrides SyntaxSetGetName)
Public methodGetValidChars Gets the valid chars.
(Overrides SyntaxSetGetValidChars)
Public methodIsValid(Char) Validates the char.
(Overrides SyntaxSetIsValid(Char))
Public methodIsValid(String) Validates the regex.
(Overrides SyntaxSetIsValid(String))
Top
See Also