DigitalChannel(String, Int32, Boolean) Constructor
Creates a new instance of the
DigitalChannel from an existing line image.
Namespace: Gemstone.COMTRADEAssembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.147 -- Release Build+1d6e8f5798e977d63a5b9c720f51263d8035a934
public DigitalChannel(
string lineImage,
int version = 1999,
bool useRelaxedValidation = false
)
Public Sub New (
lineImage As String,
Optional version As Integer = 1999,
Optional useRelaxedValidation As Boolean = false
)
public:
DigitalChannel(
String^ lineImage,
int version = 1999,
bool useRelaxedValidation = false
)
Gemstone.COMTRADE.DigitalChannel = function(lineImage, version, useRelaxedValidation);
Parameters
- lineImage String
- Line image to parse.
- version Int32 (Optional)
- Target schema version.
- useRelaxedValidation Boolean (Optional)
- Indicates whether to relax validation on the number of line image elements.