C# Class RevitLookup.EventTrack.Events.EventsBase

Mostrar archivo Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_areEventsEnabled bool
m_showDetails bool

Public Methods

Method Description
DisableEvents ( ) : void
EnableEvents ( ) : void

Protected Methods

Method Description
DisableEventsImp ( ) : void
EnableEventsImp ( ) : void
EventsBase ( ) : System

Method Details

DisableEvents() public method

public DisableEvents ( ) : void
return void

DisableEventsImp() protected abstract method

protected abstract DisableEventsImp ( ) : void
return void

EnableEvents() public method

public EnableEvents ( ) : void
return void

EnableEventsImp() protected abstract method

protected abstract EnableEventsImp ( ) : void
return void

EventsBase() protected method

protected EventsBase ( ) : System
return System

Property Details

m_areEventsEnabled protected_oe property

protected bool m_areEventsEnabled
return bool

m_showDetails protected_oe property

protected bool m_showDetails
return bool