PropertyValuesContainer Constructor |
| Name | Description | |
|---|---|---|
| PropertyValuesContainer(PropertyValuesContainer) |
Assigns property values from another container.
| |
| PropertyValuesContainer(DataObject, IEnumerableInt32) |
Creates a container with the property values for the "last version" of a data object.
| |
| PropertyValuesContainer(DataObject, IEnumerableString) |
Creates a container with the property and fixed field values for the "last version" of a data object.
| |
| PropertyValuesContainer(DataObjectVersion, IEnumerableInt32) |
Creates a container with the property values for a data object version.
| |
| PropertyValuesContainer(DataObjectVersion, IEnumerableString) |
Creates a container with the property and fixed field values for a data object version.
| |
| PropertyValuesContainer(IEnumerableBaseProperty, Boolean, Boolean) |