Edit

Share via


AbstractComplexDataEntity Class

Definition

public ref class AbstractComplexDataEntity abstract : Microsoft::Solutions::BTAHL7::Pipelines::AbstractDataEntity
public abstract class AbstractComplexDataEntity : Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity
type AbstractComplexDataEntity = class
    inherit AbstractDataEntity
Public MustInherit Class AbstractComplexDataEntity
Inherits AbstractDataEntity
Inheritance
AbstractComplexDataEntity
Derived

Constructors

AbstractComplexDataEntity(String, Int32, Int32)

Fields

isRootNode
mChildList
mCouldBeLastEntity (Inherited from AbstractDataEntity)
mIsCompiled (Inherited from AbstractDataEntity)
mIsFirstChild (Inherited from AbstractDataEntity)
mIsGroupAllowed
mIsLastChild (Inherited from AbstractDataEntity)
mMaxOccurs (Inherited from AbstractDataEntity)
mMinOccurs (Inherited from AbstractDataEntity)
mNamespace
mParent (Inherited from AbstractDataEntity)
mTagID
mXmlTag (Inherited from AbstractDataEntity)

Properties

CanEndWithCS (Inherited from AbstractDataEntity)
CanEndWithFS (Inherited from AbstractDataEntity)
CanEndWithNL (Inherited from AbstractDataEntity)
CanEndWithRC (Inherited from AbstractDataEntity)
CanEndWithSCS (Inherited from AbstractDataEntity)
CanRepeat (Inherited from AbstractDataEntity)
ChildCount
ChildList
CouldBeLastEntity (Inherited from AbstractDataEntity)
Depth (Inherited from AbstractDataEntity)
Index (Inherited from AbstractDataEntity)
IsFirstChild (Inherited from AbstractDataEntity)
IsGroupAllowed
IsLastChild (Inherited from AbstractDataEntity)
IsOptional (Inherited from AbstractDataEntity)
IsRootNode
Item[Int32]
MaxOccurs (Inherited from AbstractDataEntity)
MinOccurs (Inherited from AbstractDataEntity)
Namespace
Parent (Inherited from AbstractDataEntity)
TagID
XmlTag (Inherited from AbstractDataEntity)

Methods

AddChild(AbstractDataEntity)
ChildDelimiterIndex(DelimiterSet)
ChildFirstLastMap() (Inherited from AbstractDataEntity)
Compile(StringCollection) (Inherited from AbstractDataEntity)
ComputeFirstSegmentSet(StringCollection)
ComputeFollowSet() (Inherited from AbstractDataEntity)
ComputeLastSegmentSet(StringCollection)
ComputeSegmentNames(Hashtable)
FindMatchingChild(String, Int32)
FindParseStateWithTag(String, Boolean)
FollowSetMap() (Inherited from AbstractDataEntity)
GetParserStateWithNextTag(ParserState, String, Boolean, Boolean)
IsDelimiter(Int32, DelimiterSet, Boolean, Boolean) (Inherited from AbstractDataEntity)
Print(String, StringBuilder)
ProduceFF(IExecutionContext, StreamWriter, XmlReader, Boolean) (Inherited from AbstractDataEntity)
ProduceXml(IExecutionContext, IDataReader, XmlWriter, Boolean) (Inherited from AbstractDataEntity)

Applies to