Exemple #1
0
        public static IPropertyBagCommand CreatePropertyBagCommand(this ICluster @this)
        {
            var cmd   = @this.CreateCommand().FromPropertyBag().ToPropertyBag().Build();
            var pbCmd = new PropertyBagCommand(cmd);

            return(pbCmd);
        }
 public static IPropertyBagCommand CreatePropertyBagCommand(this ICluster @this)
 {
     var cmd = @this.CreateCommand().FromPropertyBag().ToPropertyBag().Build();
     var pbCmd = new PropertyBagCommand(cmd);
     return pbCmd;
 }