Click or drag to resize

DimensionMapBase Methods

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The DimensionMapBase type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetHook
Gets the hook (universal ID, path, hash...) for specified instance - the hooked object
Public methodGetSchema
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnBeforeSave
To be called before item is saved
Public methodOnLoaded
To be called after item is loaded
Public methodReadXml
De-serializes data of this dimension
Protected methodReadXmlAppendix
XML deserialization called at end of ReadXml(XmlReader) - override this to add support for additional data of your inheriting class
Protected methodResolveHook
Hook (universal ID, path, hash...) resolution that retrieve instance - the hooked/mapped object
Protected methodSelectByHook
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteXml
Serializes data of this dimension
Protected methodWriteXmlAppendix
XML serialization called at end of WriteXml(XmlWriter) - override this to add support for additional data of your inheriting class
Top
See Also