BExIS.Dlm.Entities.DataStructure.DataType.DataType C# (CSharp) Method

DataType() public method

public DataType ( ) : System.Collections.Generic
return System.Collections.Generic
        public DataType()
        {
            DataContainers = new List<DataContainer>();
            ApplicableUnits = new List<Unit>();
        }
DataType