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

DataAttribute() public method

public DataAttribute ( ) : System.Collections.Generic
return System.Collections.Generic
        public DataAttribute()
            : base()
        {
            UsagesAsParameter = new List<Parameter>();
            UsagesAsVariable = new List<Variable>();
            //Classification = new Classifier();
        }
DataAttribute