Click or drag to resize

ICoreGroup Interface

Interface for defining a group.

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public interface ICoreGroup : ICoreInputOutput, 
	ICoreInterface

The ICoreGroup type exposes the following members.

Properties
  NameDescription
Public propertyCoreComponent
Message source identifying the section of core data entity where this logic originates from.
(Inherited from ICoreInterface.)
Public propertyDataType
Data type identifying the class of a core data entity.
(Inherited from ICoreInterface.)
Public propertyDBID
Unique ID per type of core data used to distinguish a core data entity in a storage medium. DBID is short for Database ID
(Inherited from ICoreInterface.)
Public propertyDisposed
Gets whether the instance is disposed.
(Inherited from ICoreInputOutput.)
Public propertyIndex
The ordinal number in the core storage structures for a core data entity.
(Inherited from ICoreInterface.)
Public propertyIsConsumer
Helper method; gets whether this group is a consumer.
Public propertyIsDetritus
Helper method; gets whether this group is detritus.
Public propertyIsLiving
Helper method; gets whether this group is a living group.
Public propertyIsMultiStanza
Get/set whether the group is part of a multi-stanza configuration.
Public propertyIsProducer
Helper method; gets whether this group is a primary producer.
Public propertyiStanza
Get/set the zero-based index of the Stanza configuration that this group belongs to.
Public propertyName
A human readable name identifying a core data entity.
(Inherited from ICoreInterface.)
Public propertyPP
The ratio that this group contributes to Primary Production.
Public propertyValidationStatus
Returns the result of the most recent attempt to Set a variable.
(Inherited from ICoreInputOutput.)
Top
Methods
  NameDescription
Public methodClear
Clear the content of a ICoreInputOutput. This leaves the object ready to reuse.
(Inherited from ICoreInputOutput.)
Public methodGetID
Globally unique ID identifying a core data entity.
(Inherited from ICoreInterface.)
Public methodGetStatus
Returns the Status of a value exposed by a Core input or output object.
(Inherited from ICoreInputOutput.)
Public methodGetVariable
Returns the value exposed by a Core input or output object.
(Inherited from ICoreInputOutput.)
Public methodSetStatus
Sets the Status of a value exposed by a Core input or output object.
(Inherited from ICoreInputOutput.)
Public methodSetVariable
Sets the value of a variable exposed by a Core input or output object.
(Inherited from ICoreInputOutput.)
Top
See Also