Interface IObject
Represents a TriLib Object (Base interface used in many TriLib classes).
Namespace: TriLibCore.Interfaces
Assembly: TriLibCore.dll
Syntax
public interface IObject
Properties
Name
Gets/Sets the Object name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Used
Gets/Sets the flag indicating whether this object used somewhere.
Declaration
bool Used { get; set; }
Property Value
Type | Description |
---|---|
bool |