AbstractDataEntity(String, Int32, Int32) Constructor
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:
AbstractDataEntity(System::String ^ xmlTag, int min, int max);
protected AbstractDataEntity (string xmlTag, int min, int max);
new Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity : string * int * int -> Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity
Protected Sub New (xmlTag As String, min As Integer, max As Integer)
Parameters
- xmlTag
- String
- min
- Int32
- max
- Int32