Click or drag to resize

Extended Class

X12 Extended Character Set.
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.EdiSyntaxSet
    EdiFabric.Core.Model.Edi.X12Extended

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

The Extended type exposes the following members.

Constructors
 NameDescription
Public methodExtendedInitializes a new instance of the Extended 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) Checks whether a char belongs to the given set.
(Overrides SyntaxSetIsValid(Char))
Public methodIsValid(String) Validates the regex.
(Overrides SyntaxSetIsValid(String))
Top
See Also