ProjectClone Class | 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
The ProjectClone type exposes the following members.
| Name | Description | |
|---|---|---|
| ProjectClone | 
            CTor
              | 
| Name | Description | |
|---|---|---|
| CreationDate | 
            The creation date of the clone
              | |
| Description | 
            The user provided description for the clone
              | |
| Id | 
            The Id of the clone
              | |
| LastUpdatedDate | 
            The date this clone was updated. 
              | |
| Name | 
            The name of the clone
              | |
| ParentId | 
            The id of the parent clone. Can be 0 (in which case this clone is the root)
              | 
| Name | Description | |
|---|---|---|
| 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.) | |
| Reparent | 
            Reparents this clone to a new parent with the id specified 
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |