Click or drag to resize

PropertyValuesContainer Constructor

Overload List
  NameDescription
Public methodPropertyValuesContainer(PropertyValuesContainer)
Assigns property values from another container.
Public methodPropertyValuesContainer(DataObject, IEnumerableInt32)
Creates a container with the property values for the "last version" of a data object.
Public methodPropertyValuesContainer(DataObject, IEnumerableString)
Creates a container with the property and fixed field values for the "last version" of a data object.
Public methodPropertyValuesContainer(DataObjectVersion, IEnumerableInt32)
Creates a container with the property values for a data object version.
Public methodPropertyValuesContainer(DataObjectVersion, IEnumerableString)
Creates a container with the property and fixed field values for a data object version.
Public methodPropertyValuesContainer(IEnumerableBaseProperty, Boolean, Boolean)
Top
See Also