MiningStructure Members

Include Protected Members
Include Inherited Members

Represents a mining structure on the server. This class cannot be inherited.

The MiningStructure type exposes the following members.

Methods

  Name Description
Public method {dtor}() Releases all resources used by the MiningStructure.
Public method Dispose() Releases all resources used by the MiningStructure.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Caption Gets the caption of the mining structure.
Public property Columns Gets the columns within the mining structure.
Public property Created Gets the date and time the mining structure was created.
Public property Description Gets the description of the mining structure.
Public property HoldoutActualSize
Public property HoldoutMaxCases
Public property HoldoutMaxPercent
Public property HoldoutSeed
Public property IsProcessed Gets a value that indicates whether the mining structure is processed.
Public property LastProcessed Gets the date and time the mining structure was last processed.
Public property LastUpdated Gets the date and time the mining structure was last updated.
Public property MiningModels Gets the mining models in the mining structure.
Public property Name Gets the name of the mining structure.
Public property Properties Gets the properties of the mining structure.
Public property UniqueName Returns the unique name that is associated with the mining structure.

Top