For Babelfish Release 1.11.1.3

EventAndStageStyleMappingObj Class

Given the Target Collection Name, AttributeValueAppellation, and EventAppellation / StageAppellation, the Event and Stage Style Mapping defines how to map these inputs to an EventStyle or StageStyle. This is then used in the generation of a ResultCOF data structure.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class EventAndStageStyleMappingObj : IReconfigurableRulebookObject, 
	IGetEventStyleDefinition, IGetStageStyleDefinition
Inheritance
Object    EventAndStageStyleMappingObj
Implements
IGetEventStyleDefinition, IGetStageStyleDefinition, IReconfigurableRulebookObject

Constructors

Properties

AttributeValueAppellation The AttributeValueAppellations to use within this mapping.
Comment Internal documentation comments. All text is ignored by the system.
DefaultEventStyleDef The EventStyle definition to use if a mappings could not be found.
DefaultStageStyleDef The StageStyle definition to use if a mapping could not be found.
EventStyleMappings The EventAppellation specific mappings to use for EVENT STYLES.
StageStyleMappings The EventAppellation specific mappings to use for STAGE STYLES.
TargetCollectionName The TargetCollectionName to use within this mapping.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEventStyleDefinitionAsync Retreives the EVENT STYLE Definition referenced by the instantiating class.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetStageStyleDefinitionAsync Retreives the STAGE STYLE Definition referenced by the instantiating class.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ShouldSerializeAttributeValueAppellation 
ShouldSerializeEventStyleMappings 
ShouldSerializeStageStyleMappings 
ShouldSerializeTargetCollectionName 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also