Click or drag to resize

CommonObject Class

Base class of all objects that accept user data.
Inheritance Hierarchy
SystemObject
  KarambaCommon.UtilitiesCommonObject
    More...

Namespace:  KarambaCommon.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class CommonObject : ICloneable, 
	ISerializable

The CommonObject type exposes the following members.

Constructors
  NameDescription
Protected methodCommonObject
Initializes a new instance of the CommonObject class.
Protected methodCommonObject(SerializationInfo, StreamingContext)
Initializes a new instance of the CommonObject class. Deserialize PointLoad.
Top
Properties
  NameDescription
Public propertyUserData
Gets access to the user-data dictionary.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
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 methodGetObjectData
Serialize Load.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasUserData
true if the object has user-data attached.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also
Inheritance Hierarchy