Class SysEmpty
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.Configuration
Assembly: Terrasoft.Core.dll
Syntax
public class SysEmpty : Entity, IEntity, ICloneable, ILicObject, ICompositeObject, IRowModel
Constructors
SysEmpty(SysEmpty)
Declaration
public SysEmpty(SysEmpty source)
Parameters
Type | Name | Description |
---|---|---|
SysEmpty | source |
SysEmpty(UserConnection)
Declaration
public SysEmpty(UserConnection userConnection)
Parameters
Type | Name | Description |
---|---|---|
UserConnection | userConnection |
Properties
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Implements
System.ICloneable