Back to Devexpress

MediaDataObject Properties

expressappframework-devexpress-dot-persistent-dot-baseimpl-dot-mediadataobject-dot-underscore-properties.md

latest2.9 KB
Original Source

MediaDataObject Properties

The XPO persistent class used to store media data in the database.

NameDescription
ClassInfoGets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase.
Fields staticGets an object that contains field identifiers for Simplified Criteria Syntax. Inherited from PersistentBase.
IsDeletedIndicates whether the current persistent object is marked as deleted. Inherited from PersistentBase.
IsLoadingIndicates whether the object is currently being initialized. Inherited from PersistentBase.
LoadingObsolete. Gets whether the object is currently being initialized. Inherited from XPBaseObject.
MediaDataSpecifies a byte array with media data that is loaded from a database on demand when required.
MediaDataKeySpecifies a key value associated with the MediaDataObject.MediaData byte array.
OidSpecifies the persistent object’s identifier. Inherited from BaseObject.
OidInitializationMode staticSpecifies when a new GUID value is assigned to the BaseObject.Oid property. Inherited from BaseObject.
SessionGets the session used to load and save persistent objects. Inherited from PersistentBase.
ThisRefers to the current instance. Inherited from XPBaseObject.

See Also

MediaDataObject Class

MediaDataObject Members

DevExpress.Persistent.BaseImpl Namespace