public override void ExpandView(MixCmsContext _context = null, IDbContextTransaction _transaction = null)
 {
     Property = new DataValueViewModel()
     {
         DataType = DataType, Value = Value, Name = Keyword
     };
 }
示例#2
0
 public override ApiLanguageViewModel ParseView(bool isExpand = true, SiocCmsContext _context = null, IDbContextTransaction _transaction = null)
 {
     Property = new DataValueViewModel()
     {
         DataType = DataType, Value = Value, Name = Keyword
     };
     return(base.ParseView(isExpand, _context, _transaction));
 }
 public override Task <bool> ExpandViewAsync(SiocCmsContext _context = null, IDbContextTransaction _transaction = null)
 {
     Property = new DataValueViewModel()
     {
         DataType = DataType, Value = Value, Name = Keyword
     };
     return(base.ExpandViewAsync(_context, _transaction));
 }
示例#4
0
 public override Task <UpdateViewModel> ParseViewAsync(bool isExpand = true, SioCmsContext _context = null, IDbContextTransaction _transaction = null)
 {
     Property = new DataValueViewModel()
     {
         DataType = DataType, Value = Value, Name = Keyword
     };
     return(base.ParseViewAsync(isExpand, _context, _transaction));
 }
示例#5
0
 public override void ExpandView(MixCmsContext _context = null, IDbContextTransaction _transaction = null)
 {
     Cultures = LoadCultures(Specificulture, _context, _transaction);
     this.Cultures.ForEach(c => c.IsSupported = true);
     Property = new DataValueViewModel()
     {
         DataType = DataType, Value = Value, Name = Keyword
     };
 }
示例#6
0
 public override void ExpandView(MixCmsContext _context = null, IDbContextTransaction _transaction = null)
 {
     stackVariable1 = new DataValueViewModel();
     stackVariable1.set_DataType(this.get_DataType());
     stackVariable1.set_Value(this.get_Value());
     stackVariable1.set_Name(this.get_Keyword());
     this.set_Property(stackVariable1);
     return;
 }
示例#7
0
				V_0 = Expression.Parameter(Type.GetTypeFromHandle(// 
				// Current member / type: Mix.Cms.Lib.Models.Cms.MixLanguage Mix.Cms.Lib.ViewModels.MixLanguages.UpdateViewModel::ParseModel(Mix.Cms.Lib.Models.Cms.MixCmsContext,Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction)
				// Exception in: Mix.Cms.Lib.Models.Cms.MixLanguage ParseModel(Mix.Cms.Lib.Models.Cms.MixCmsContext,Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction)
				// Specified method is not supported.
				// 
				// mailto: [email protected]


		public override Task<Mix.Cms.Lib.ViewModels.MixLanguages.UpdateViewModel> ParseViewAsync(bool isExpand = true, MixCmsContext _context = null, IDbContextTransaction _transaction = null)
		{
			stackVariable1 = new DataValueViewModel();
			stackVariable1.set_DataType(this.get_DataType());
			stackVariable1.set_Value(this.get_Value());
			stackVariable1.set_Name(this.get_Keyword());
			this.set_Property(stackVariable1);
			return this.ParseViewAsync(isExpand, _context, _transaction);
		}
示例#8
0
 public override void ExpandView(MixCmsContext _context = null, IDbContextTransaction _transaction = null)
 {
     Property = new DataValueViewModel()
     {
         DataType = DataType, Value = Value, Name = Keyword
     };
     this.Cultures.ForEach(c => c.IsSupported = true);
     IsClone = true;
 }
 public override void ExpandView(SiocCmsContext _context = null, IDbContextTransaction _transaction = null)
 {
     ListSupportedCulture = CommonRepository.Instance.LoadCultures(Specificulture, _context, _transaction);
     this.ListSupportedCulture.ForEach(c => c.IsSupported = true);
     Property = new DataValueViewModel()
     {
         DataType = DataType, Value = Value, Name = Keyword
     };
 }
 public override Task <bool> ExpandViewAsync(SiocCmsContext _context = null, IDbContextTransaction _transaction = null)
 {
     ListSupportedCulture = CommonRepository.Instance.LoadCultures(Specificulture, _context, _transaction);
     this.ListSupportedCulture.ForEach(c => c.IsSupported = true);
     IsClone  = true;
     Property = new DataValueViewModel()
     {
         DataType = DataType, Value = Value, Name = Keyword
     };
     return(base.ExpandViewAsync(_context, _transaction));
 }
示例#11
0
        public override Task <bool> ExpandViewAsync(MixCmsContext _context = null, IDbContextTransaction _transaction = null)
        {
            Cultures = LoadCultures(Specificulture, _context, _transaction);
            Property = new DataValueViewModel()
            {
                DataType = DataType, Value = Value, Name = Keyword
            };
            this.Cultures.ForEach(c => c.IsSupported = true);
            IsClone = true;

            return(base.ExpandViewAsync(_context, _transaction));
        }
示例#12
0
		public override Task<bool> ExpandViewAsync(MixCmsContext _context = null, IDbContextTransaction _transaction = null)
		{
			this.set_Cultures(this.LoadCultures(this.get_Specificulture(), _context, _transaction));
			stackVariable8 = new DataValueViewModel();
			stackVariable8.set_DataType(this.get_DataType());
			stackVariable8.set_Value(this.get_Value());
			stackVariable8.set_Name(this.get_Keyword());
			this.set_Property(stackVariable8);
			stackVariable16 = this.get_Cultures();
			stackVariable17 = Mix.Cms.Lib.ViewModels.MixLanguages.UpdateViewModel.u003cu003ec.u003cu003e9__70_0;
			if (stackVariable17 == null)
			{
				dummyVar0 = stackVariable17;
				stackVariable17 = new Action<SupportedCulture>(Mix.Cms.Lib.ViewModels.MixLanguages.UpdateViewModel.u003cu003ec.u003cu003e9.u003cExpandViewAsyncu003eb__70_0);
				Mix.Cms.Lib.ViewModels.MixLanguages.UpdateViewModel.u003cu003ec.u003cu003e9__70_0 = stackVariable17;
			}
			stackVariable16.ForEach(stackVariable17);
			return this.ExpandViewAsync(_context, _transaction);
		}
		public override void ExpandView(MixCmsContext _context = null, IDbContextTransaction _transaction = null)
		{
			this.set_Cultures(this.LoadCultures(this.get_Specificulture(), _context, _transaction));
			stackVariable8 = this.get_Cultures();
			stackVariable9 = Mix.Cms.Lib.ViewModels.MixConfigurations.UpdateViewModel.u003cu003ec.u003cu003e9__65_0;
			if (stackVariable9 == null)
			{
				dummyVar0 = stackVariable9;
				stackVariable9 = new Action<SupportedCulture>(Mix.Cms.Lib.ViewModels.MixConfigurations.UpdateViewModel.u003cu003ec.u003cu003e9.u003cExpandViewu003eb__65_0);
				Mix.Cms.Lib.ViewModels.MixConfigurations.UpdateViewModel.u003cu003ec.u003cu003e9__65_0 = stackVariable9;
			}
			stackVariable8.ForEach(stackVariable9);
			stackVariable11 = new DataValueViewModel();
			stackVariable11.set_DataType(this.get_DataType());
			stackVariable11.set_Value(this.get_Value());
			stackVariable11.set_Name(this.get_Keyword());
			this.set_Property(stackVariable11);
			return;
		}