MFPropertyValuesBuilder Class |
Namespace: MFiles.VAF.Common
The MFPropertyValuesBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | MFPropertyValuesBuilder(Vault) |
Creates a new instance with an empty PropertyValues collection.
|
![]() | MFPropertyValuesBuilder(Vault, PropertyValues) |
Creates a new instance that wraps a copy of the passed property values.
|
Name | Description | |
---|---|---|
![]() | HumanReadable |
A human readable string of the set property values.
|
![]() | Values |
The propertyValues that this object wraps.
|
![]() | Vault |
The vault to which the property values will be saved.
|
Name | Description | |
---|---|---|
![]() | Add(PropertyValue) |
Adds a property value to the list.
|
![]() | Add(Object, TypedValue) |
Adds a property value to the list.
|
![]() | Add(MFIdentifier, TypedValue) |
Adds a property value to the list.
|
![]() | Add(Object, MFDataType, Object) |
Adds a property value to the list.
|
![]() | Add(MFIdentifier, MFDataType, Object) |
Adds a property value to the list.
|
![]() | AddLookup(Object, Object) |
Adds a lookup to the passed property value. Creating it if it doesn't already exist.
|
![]() | AddLookup(MFIdentifier, MFIdentifier) |
Adds a lookup to the passed property value. Creating it if it doesn't already exist.
|
![]() | AddLookup(Object, ObjVer, Boolean) |
Adds a lookup to the passed property value. Creating it if it doesn't already exist.
|
![]() | AddLookup(MFIdentifier, ObjVer, Boolean) |
Adds a lookup to the passed property value. Creating it if it doesn't already exist.
|
![]() | CopyFrom(PropertyValues, MFIdentifier) |
Copies a set of property values to this set.
|
![]() | CopyFrom(PropertyValues, Object) |
Copies a set of property values to this set.
|
![]() | CopyFrom(ObjVerEx, MFIdentifier) |
Copies a set of property values from the passed object to this set of property values.
|
![]() | CopyFrom(ObjVerEx, Object) |
Copies a set of property values from the passed object to this set of property values.
|
![]() | Remove(Object) |
Removes the specified property value.
|
![]() | Remove(MFIdentifier) |
Removes the specified property value.
|
![]() | RemoveLookup(Object, Object) |
Removes a lookup value from a particular property, if set.
|
![]() | RemoveLookup(MFIdentifier, MFIdentifier) |
Removes a lookup value from a particular property, if set.
|
![]() | RemoveSystemProperties |
Removes all the built-in properties.
Properties to remove:
MFBuiltInPropertyDefCreated,
MFBuiltInPropertyDefCreatedBy,
MFBuiltInPropertyDefLastModified,
MFBuiltInPropertyDefLastModifiedBy,
MFBuiltInPropertyDefStatusChanged,
MFBuiltInPropertyDefSizeOnServerThisVersion,
MFBuiltInPropertyDefSizeOnServerAllVersions,
MFBuiltInPropertyDefStateEntered,
MFBuiltInPropertyDefObjectChanged
|
![]() | SetClass(Object) |
Sets the class property.
|
![]() | SetClass(MFIdentifier) |
Sets the class property.
|
![]() | SetLookup(Object, Object) |
Sets a property to contain one lookup value. Creating it if it doesn't already exist.
Works on both SSLU and MSLU.
|
![]() | SetLookup(MFIdentifier, MFIdentifier) |
Sets a property to contain one lookup value. Creating it if it doesn't already exist.
Works on both SSLU and MSLU.
|
![]() | SetLookup(Object, ObjVer, Boolean) |
Sets a property to contain one lookup value. Creating it if it doesn't already exist.
Works on both SSLU and MSLU, and optionally allows the specific version to be specified.
|
![]() | SetLookup(Object, Int32, Int32) |
Sets a property to contain one lookup value. Creating it if it doesn't already exist.
Works on both SSLU and MSLU, and optionally allows the specific version to be specified.
|
![]() | SetLookup(MFIdentifier, ObjVer, Boolean) |
Sets a property to contain one lookup value. Creating it if it doesn't already exist.
Works on both SSLU and MSLU, and optionally allows the specific version to be specified.
|
![]() | SetLookup(MFIdentifier, Int32, Int32) |
Sets a property to contain one lookup value. Creating it if it doesn't already exist.
Works on both SSLU and MSLU, and optionally allows the specific version to be specified.
|
![]() | SetSFD |
Sets the SingleFileDocument property.
|
![]() | SetTitle(String, MFIdentifier) |
Sets the default title property, and also optionally the custom one defined in a class.
|
![]() | SetTitle(String, Object) |
Sets the default title property, and also optionally the custom one defined in a class.
|
![]() | SetWorkflowState(Object, Object) |
Sets the workflow and state properties.
|
![]() | SetWorkflowState(MFIdentifier, MFIdentifier) |
Sets the workflow and state properties.
|