public ValueNewTypedCommand(DataVaultUIContext context, IContentTypeAppliedToValue wrapper) : base(context) { Wrapper = wrapper; }
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(); }