Back to Devexpress

MediaDataObject Methods

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

latest7.6 KB
Original Source

MediaDataObject Methods

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

NameDescription
AddChangedEventHandler(Object, IObjectChange) staticThis member supports the .NET Framework infrastructure and cannot be used directly from your code. Inherited from XPBaseObject.
AddChangedEventHandler(Object, ObjectChangeEventHandler) staticThis member supports the .NET Framework infrastructure and cannot be used directly from your code. Inherited from XPBaseObject.
AfterConstruction()Invoked when the current object is about to be initialized after its creation. Inherited from BaseObject.
Delete()Deletes the persistent object and its aggregated objects from persistent storage. Inherited from XPBaseObject.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the current object has the same settings as the specified object. Inherited from PersistentBase.
Evaluate(CriteriaOperator)Evaluates the specified expression against the current instance of the persistent object. Inherited from XPBaseObject.
Evaluate(String)Evaluates the specified string expression against the current instance of the persistent object. Inherited from XPBaseObject.
EvaluateAlias(String)Evaluates an expression specified by the PersistentAliasAttribute attribute for the specified property. Inherited from XPBaseObject.
Fit(CriteriaOperator)Checks whether the current instance matches the specified criteria. Inherited from XPBaseObject.
Fit(String)Checks whether the current instance matches the specified criteria. Inherited from XPBaseObject.
GetCustomPropertyStore(Object) staticThis member supports the internal infrastructure and isn’t intended to be used directly from your code. Inherited from PersistentBase.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current PersistentBase object. Inherited from PersistentBase.
GetMemberValue(String)Returns the value of the specified property. Inherited from XPBaseObject.
GetModificationsStore(Object) staticReturns an object that stores information about the modified properties when the Session.TrackPropertiesModifications option is enabled. Inherited from PersistentBase.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
RaiseChangedEvent(Object, ObjectChangeEventArgs) staticThis member supports the .NET Framework infrastructure and cannot be used directly from your code. Inherited from XPBaseObject.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reload()Reloads the state of the specified persistent object from the data store. Inherited from XPBaseObject.
RemoveChangedEventHandler(Object, IObjectChange) staticThis member supports the .NET Framework infrastructure and cannot be used directly from your code. Inherited from XPBaseObject.
RemoveChangedEventHandler(Object, ObjectChangeEventHandler) staticThis member supports the .NET Framework infrastructure and cannot be used directly from your code. Inherited from XPBaseObject.
Save()Saves the object to the data store. Inherited from XPBaseObject.
SetMemberValue(String, Object)Sets the value of the specified property. Inherited from XPBaseObject.
SetPropertyValueWithSecurityBypass<T>(String, T) protectedSets the object’s property value bypassing security checks. Inherited from BaseObject.
ToString()Returns a human-readable string that represents the current business object. Inherited from BaseObject.

See Also

MediaDataObject Class

MediaDataObject Members

DevExpress.Persistent.BaseImpl Namespace