VAF.Extensions.Community
VAF.Extensions.Community copied to clipboard
PropertyValueInstruction constructors
They are currently quite verbose. Could we add some helper methods for creation?
- public static PropertyValueInstruction CreateRemoveInstruction(int propertyId);
- public static PropertyValueInstruction CreateReplaceOrAddInstruction(int propertyId, MFDataType dataType, object value)
- ...
CreateRemoveInstruction is perhaps most important as there's no point providing types and values for a removal command.