public abstract class PDIObject : ICloneable
Public MustInherit Class PDIObject
Implements ICloneable
public ref class PDIObject abstract : ICloneable
[<AbstractClassAttribute>]
type PDIObject =
class
interface ICloneable
end
PDIObject | Default constructor. The version is set to None. |
Version | This is used to establish the specification version to which the PDI object will conform when converted to its string form. |
VersionsSupported | All objects derived from this class must implement this to indicate the specification versions with which they can be used. |
Clone | This must be overridden to allow cloning of a PDI object |
Clone(PDIObject) | This must be overridden to allow copying values from the specified PDI object into the instance |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |