PropertyField Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class PropertyField : Microsoft::Solutions::BTAHL7::Pipelines::SimpleField
public class PropertyField : Microsoft.Solutions.BTAHL7.Pipelines.SimpleField
type PropertyField = class
inherit SimpleField
Public Class PropertyField
Inherits SimpleField
- Inheritance
Constructors
PropertyField(String, Int32, Int32, HL7DataType, String) |
Fields
mCouldBeLastEntity | (Inherited from AbstractDataEntity) |
mDataType | (Inherited from SimpleField) |
mIsCompiled | (Inherited from AbstractDataEntity) |
mIsFirstChild | (Inherited from AbstractDataEntity) |
mIsLastChild | (Inherited from AbstractDataEntity) |
mMaxOccurs | (Inherited from AbstractDataEntity) |
mMinOccurs | (Inherited from AbstractDataEntity) |
mParent | (Inherited from AbstractDataEntity) |
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) |
CouldBeLastEntity | (Inherited from AbstractDataEntity) |
DataType | (Inherited from SimpleField) |
Depth | (Inherited from AbstractDataEntity) |
Index | (Inherited from AbstractDataEntity) |
IsFirstChild | (Inherited from AbstractDataEntity) |
IsLastChild | (Inherited from AbstractDataEntity) |
IsOptional | (Inherited from AbstractDataEntity) |
MaxOccurs | (Inherited from AbstractDataEntity) |
MinOccurs | (Inherited from AbstractDataEntity) |
Parent | (Inherited from AbstractDataEntity) |
XmlTag | (Inherited from AbstractDataEntity) |
Methods
AppendCustomDataTypeErrorAsApplicable(IExecutionContext, String) | (Inherited from SimpleField) |
AppendErrorIfEscapeOrDelimiterFound(IExecutionContext, Int32, Int32) | (Inherited from SimpleField) |
ChildFirstLastMap() | (Inherited from AbstractDataEntity) |
Compile(StringCollection) | (Inherited from SimpleField) |
ComputeFollowSet() | (Inherited from AbstractDataEntity) |
FollowSetMap() | (Inherited from AbstractDataEntity) |
IsDelimiter(Int32, DelimiterSet, Boolean, Boolean) | (Inherited from AbstractDataEntity) |
Print(String, StringBuilder) | (Inherited from AbstractDataEntity) |
ProduceFF(IExecutionContext, StreamWriter, XmlReader, Boolean) | |
ProduceXml(IExecutionContext, IDataReader, XmlWriter, Boolean) |