Пример #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);
 }