BExIS.Web.Shell.Areas.DDM.Models.ShowPublishDataModel.ShowPublishDataModel C# (CSharp) Method

ShowPublishDataModel() public method

public ShowPublishDataModel ( ) : System
return System
        public ShowPublishDataModel()
        {
            DataRepositories = new List<DataRepository>();
            RepoFilesDictionary = new List<publishedFileModel>();
            DatasetId = 0;
            EditRights = false;
            DownloadRights = false;
        }
ShowPublishDataModel