HL7DocumentSchema.ParseComplexType Method
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.
protected:
Microsoft::Solutions::BTAHL7::Pipelines::AbstractDataEntity ^ ParseComplexType(Microsoft::Solutions::BTAHL7::Pipelines::AbstractDataEntity ^ parent, System::Xml::Schema::XmlSchemaComplexType ^ ct);
protected Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity ParseComplexType (Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity parent, System.Xml.Schema.XmlSchemaComplexType ct);
member this.ParseComplexType : Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity * System.Xml.Schema.XmlSchemaComplexType -> Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity
Protected Function ParseComplexType (parent As AbstractDataEntity, ct As XmlSchemaComplexType) As AbstractDataEntity
Parameters
- parent
- AbstractDataEntity