BExIS.Dlm.Entities.Data.DataTuple.DataTuple C# (CSharp) Method

DataTuple() public method

public DataTuple ( ) : System
return System
        public DataTuple()
        {
            //XmlVariableValues = new XmlDocument();
            //XmlAmendments = new XmlDocument();
            VariableValues = new List<VariableValue>();
            Amendments = new List<Amendment>();
            //History = new List<DataTupleVersion>();
        }