Click or drag to resize

UndefinedTreeEventClass Class

Class definition for an undefined TreeEvent. Replaces null to avoid the miserable null warnings when using TreeEvents to circumvent the provisions for which it is or must be ensured that at the time of of the usage are not equal to zero, but which are not yet used in the constructor. could be instantiated in a meaningful way. For any subsequent null queries, null must be replaced by the static instance 'UndefinedTreeEvent' (see below).
Inheritance hierarchy
SystemObject
  Vishnu.InterchangeTreeEvent
    Vishnu.InterchangeUndefinedTreeEventClass

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class UndefinedTreeEventClass : TreeEvent,
	 
	IUndefinedElement

The UndefinedTreeEventClass Type exposes the following members.

Constructors
 NameDescription of the
Public MethodUndefinedTreeEventClass Standard constructor.
Back to the top
Properties
 NameDescription of the
Public PropertyEnvironmentList with processing results of the predecessors of the node reporting the event.
(Inherited from TreeEvent)
Public PropertyLogicalLogical value of the node that reports the event (true, false or null).
(Inherited from TreeEvent)
Public PropertyNameUser name of the event
(Inherited from TreeEvent)
Public PropertyNodeNameName of the node reporting the event.
(Inherited from TreeEvent)
Public PropertyNodePathPath to the node that reports the event.
(Inherited from TreeEvent)
Public PropertyResultsList with processing results of the node reporting the event.
(Inherited from TreeEvent)
Public PropertySenderIdId of the node reporting the event.
(Inherited from TreeEvent)
Public PropertySourceIdId of the node in which the event occurs.
(Inherited from TreeEvent)
Public PropertyStateProcessing status of the node reporting the event (None, Start, Done, Fault, Timeout, UserAbort.).
(Inherited from TreeEvent)
Public PropertyThreadIdId of the corresponding thread
(Inherited from TreeEvent)
Public PropertyTimestampDate and time of the event
(Inherited from TreeEvent)
Back to the top
Methods
 NameDescription of the
Public MethodEquals Compares this result with a transferred result by content. The timestamp is deliberately not included in the comparison.
(Inherited from TreeEvent)
Public MethodGetHashCode Generates a unique hash code for this result. The timestamp is deliberately not included in the comparison.
(Inherited from TreeEvent)
Public MethodGetResolvedPath Resolves the transferred path taking into account the search sequence into a secured path, if possible.
(Inherited from TreeEvent)
Public MethodReplaceWildcards Replaces defined wildcards with their runtime values: '%HOME%': '...bin\Debug'.
(Inherited from TreeEvent)
Public MethodToString Overridden ToString() method.
(Inherited from TreeEvent)
Back to the top
See also