Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CBooleanSwitchConsolidator : System.Object, System.IDisposable, System.Collections.ICollection, System.Collections.IEnumerable, Gregor.Core.INamedItem Custom Attributes: Description:
public CBooleanSwitchConsolidator(System.String sName) Custom Attributes: Description:
private System.Collections.ArrayList m_BooleanSwitches Custom Attributes: Description:
private System.EventHandler m_Handler Custom Attributes: Description:
private System.String m_Name Custom Attributes: Description:
private System.Boolean m_Running Custom Attributes: Description:
public System.Int32 Count {get;} // System.Collections.ICollection.Count
Custom Attributes:
Description:
public System.Boolean IsDisposed {get;}
Custom Attributes:
Description:
public System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized
Custom Attributes:
Description:
public System.String Name {get;} // Gregor.Core.INamedItem.Name
Custom Attributes:
Description:
public System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot
Custom Attributes:
Description:
public void Add(Gregor.Core.IBooleanSwitch value) Custom Attributes: Description:
private void CheckDisposed() Custom Attributes: Description:
public void Clear() Custom Attributes: Description:
private void Consolidate(Gregor.Core.IBooleanSwitch except, System.Boolean value) Custom Attributes: Description:
public void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo Custom Attributes: Description:
public void Dispose() // System.IDisposable.Dispose Custom Attributes: Description:
public void ForceConsolidation(System.Boolean value) Custom Attributes: Description:
public System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator Custom Attributes: Description:
private void HandleValueChanged(System.Object sender, System.EventArgs e) Custom Attributes: Description:
public void Remove(Gregor.Core.IBooleanSwitch value) Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description:
System.Collections.ICollection
System.Collections.IEnumerable