C# Class GSF.MMS.Model.Modifier

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isEventModifierSelected ( ) : bool
isSemaphoreModifierSelected ( ) : bool
selectEventModifier ( AttachToEventCondition val ) : void
selectSemaphoreModifier ( AttachToSemaphore val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isEventModifierSelected() public method

public isEventModifierSelected ( ) : bool
return bool

isSemaphoreModifierSelected() public method

public isSemaphoreModifierSelected ( ) : bool
return bool

selectEventModifier() public method

public selectEventModifier ( AttachToEventCondition val ) : void
val AttachToEventCondition
return void

selectSemaphoreModifier() public method

public selectSemaphoreModifier ( AttachToSemaphore val ) : void
val AttachToSemaphore
return void