Class SystemEntity
System entity.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Entities
Assembly: Terrasoft.Core.dll
Syntax
public class SystemEntity : Entity, IEntity, ICloneable, ILicObject, ICompositeObject, IRowModel
Constructors
SystemEntity(SystemEntity)
Initializes a new SystemEntity instance that is a clone of the specified system entity.
Declaration
public SystemEntity(SystemEntity source)
Parameters
Type | Name | Description |
---|---|---|
SystemEntity | source | The system entity whose clone is being created. |
SystemEntity(UserConnection)
Initializes a new SystemEntity instance, using the specified user connection.
Declaration
public SystemEntity(UserConnection userConnection)
Parameters
Type | Name | Description |
---|---|---|
UserConnection | userConnection | User connection. |
Methods
Clone()
Gets the System.Object instance that is a clone of the current system entity.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | The System.Object instance that is a clone of the current system entity. |
Overrides
Implements
System.ICloneable