[Gregor.Core.CBooleanSwitchConsolidator]

Gregor.Core.CBooleanSwitchConsolidator

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CBooleanSwitchConsolidator

: System.Object, System.IDisposable, System.Collections.ICollection, System.Collections.IEnumerable, Gregor.Core.INamedItem

Custom Attributes: 

Description: 


Members

CBooleanSwitchConsolidator

public CBooleanSwitchConsolidator(System.String sName)

Custom Attributes: 

Description: 

m_BooleanSwitches

private System.Collections.ArrayList m_BooleanSwitches

Custom Attributes: 

Description: 

m_Handler

private System.EventHandler m_Handler

Custom Attributes: 

Description: 

m_Name

private System.String m_Name

Custom Attributes: 

Description: 

m_Running

private System.Boolean m_Running

Custom Attributes: 

Description: 

Count

public System.Int32 Count {get;} // System.Collections.ICollection.Count

Custom Attributes: 

Description: 

IsDisposed

public System.Boolean IsDisposed {get;}

Custom Attributes: 

Description: 

IsSynchronized

public System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized

Custom Attributes: 

Description: 

Name

public System.String Name {get;} // Gregor.Core.INamedItem.Name

Custom Attributes: 

Description: 

SyncRoot

public System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot

Custom Attributes: 

Description: 

Add

public void Add(Gregor.Core.IBooleanSwitch value)

Custom Attributes: 

Description: 

CheckDisposed

private void CheckDisposed()

Custom Attributes: 

Description: 

Clear

public void Clear()

Custom Attributes: 

Description: 

Consolidate

private void Consolidate(Gregor.Core.IBooleanSwitch except, System.Boolean value)

Custom Attributes: 

Description: 

CopyTo

public void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo

Custom Attributes: 

Description: 

Dispose

public void Dispose() // System.IDisposable.Dispose

Custom Attributes: 

Description: 

ForceConsolidation

public void ForceConsolidation(System.Boolean value)

Custom Attributes: 

Description: 

GetEnumerator

public System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator

Custom Attributes: 

Description: 

HandleValueChanged

private void HandleValueChanged(System.Object sender, System.EventArgs e)

Custom Attributes: 

Description: 

Remove

public void Remove(Gregor.Core.IBooleanSwitch value)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Array

System.Collections.ArrayList

System.EventArgs

System.Object

System.String

Gregor.Core.IBooleanSwitch

Gregor.Core.INamedItem

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IEnumerator

System.IDisposable

System.EventHandler

System.Boolean

System.Int32

System.Void