Click or drag to resize

ProjectClone Class

Defines a project clone
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectClone

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public class ProjectClone

The ProjectClone type exposes the following members.

Constructors
  NameDescription
Public methodProjectClone
CTor
Top
Properties
  NameDescription
Public propertyCreationDate
The creation date of the clone
Public propertyDescription
The user provided description for the clone
Public propertyId
The Id of the clone
Public propertyLastUpdatedDate
The date this clone was updated.
Public propertyName
The name of the clone
Public propertyParentId
The id of the parent clone. Can be 0 (in which case this clone is the root)
Top
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.)
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 methodReparent
Reparents this clone to a new parent with the id specified
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also