BExIS.Web.Shell.Areas.RPM.Models.DataStructureDesignerModel.GetDataAttributeList C# (CSharp) Method

GetDataAttributeList() public method

public GetDataAttributeList ( ) : void
return void
        public void GetDataAttributeList()
        {
            DataContainerManager DataAttributeManager = new DataContainerManager();
            this.dataAttributeList = DataAttributeManager.DataAttributeRepo.Get().ToList();
        }