Click or drag to resize

SyntaxSet Class

EDI Char Set Defines a set of symbols.
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.EdiSyntaxSet
    More

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public abstract class SyntaxSet

The SyntaxSet type exposes the following members.

Methods
 NameDescription
Public methodGetName Gets the name of the syntax set.
Public methodGetValidChars Gets the valid chars.
Public methodIsValid(Char) Checks whether a char belongs to the given set.
Public methodIsValid(String) Validates the regex.
Top
See Also
Inheritance Hierarchy