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

UnStructuredDataStructure() public method

public UnStructuredDataStructure ( ) : System.Collections.Generic
return System.Collections.Generic
        public UnStructuredDataStructure()
        {
            //sample: VariableUsages.First().DataAttribute.ParameterUsages.First().Parameter.
            Datasets = new List<Dataset>();
        }
UnStructuredDataStructure