Skip to main content
A newer version of this page is available. .

MediaDataObject Members

The entity used to store media data in the database.

Constructors

Name Description
MediaDataObject() Initializes a new instance of the MediaDataObject class.

Properties

Name Description
Id Specifies the MediaDataObject identifier.
MediaData Specifies a byte array with media data that is loaded from a database on demand when required.
MediaDataKey Specifies a key value associated with the MediaDataObject.MediaData byte array.
MediaResource Specifies the MediaResourceObject object which exposes the MediaData property of the byte array type.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnCreated() Called by the Object Space when the current MediaDataObject is created.
OnLoaded() Called by the Object Space when the current MediaDataObject is loaded.
OnSaving() Called by the Object Space when the current MediaDataObject is saved or deleted.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also