eDriven Framework API
OverrideBase Class
NamespaceseDriven.Gui.StatesOverrideBase
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public abstract class OverrideBase : IOverride
Public MustInherit Class OverrideBase _
	Implements IOverride
public ref class OverrideBase abstract : IOverride
Members
All MembersConstructorsMethodsFields



IconMemberDescription
OverrideBase()()()()
Initializes a new instance of the OverrideBase class

Applied
Apply(Component)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMember(Object, Component, String)
Gets the targeted member based on the folowing logic: If target is supplied - as object - get its member using name If target is supplied - as string - find a target (object) and then get its member using name If target is not supplied - get the member on parent using name

GetTarget(Object, Component)
Returns the target based on the folowing logic: If target is supplied - as object - return it If target is supplied - as string - find a target (object) and return it If target is not supplied - get the parent object

GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Initialize()()()()
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(Component)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)