Class SComplexBase
- Namespace
- SWConfigDataClientLib.Proxies.ComplexDataTypes
- Assembly
- IpPbxCDSClientLib.dll
Base class for all complex datatype container. Complex datatyp containers wrap __var classes into __gc classes. So the wrapper generator can be used to generate unmanaged wrapper automaticly for this types.
public class SComplexBase
- Inheritance
-
SComplexBase
- Derived
Constructors
SComplexBase(bool)
Constructor
public SComplexBase(bool valid)
Parameters
valid
bool
Fields
valid
is valid, or is not null.
protected bool valid
Field Value
Properties
Valid
not null
public bool Valid { get; }