示例#1
0
 public ValueNewTypedCommand(DataVaultUIContext context, IContentTypeAppliedToValue wrapper)
     : base(context)
 {
     Wrapper = wrapper;
 }
示例#2
0
 public ValueNewTypedCommand(DataVaultUIContext context, String typeToken)
     : base(context)
 {
     Wrapper = ContentTypes.ApplyCType(Branch, typeToken);
 }
 public ValueEditTypedFinishCommand(DataVaultUIContext context, IContentTypeAppliedToValue wrapper)
     : base(context)
 {
     Wrapper = wrapper;
     wrapper.Untyped.AssertNotNull();
 }
 public ValueEditTypedFinishCommand(DataVaultUIContext context, IContentTypeAppliedToValue wrapper)
     : base(context)
 {
     Wrapper = wrapper;
     wrapper.Untyped.AssertNotNull();
 }
示例#5
0
 public ValueNewTypedCommand(DataVaultUIContext context, IContentTypeAppliedToValue wrapper)
     : base(context)
 {
     Wrapper = wrapper;
 }
示例#6
0
 public ValueNewTypedCommand(DataVaultUIContext context, String typeToken)
     : base(context)
 {
     Wrapper = ContentTypes.ApplyCType(Branch, typeToken);
 }