Class XEventReference
Inheritance
XEventReference
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public class XEventReference : IEventReference, IMemberReference, IComparable
Properties
DeclaringType
Declaring type for this property
Declaration
public IType DeclaringType { get; set; }
Property Value
EventType
Declaration
public ITypeReference EventType { get; set; }
Property Value
GenericEvent
Gets/sets the generic event reference. This will be specialised by
the containing specialised class
Declaration
public IEventReference GenericEvent { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Methods
CompareTo(Object)
Compare this event reference to another object
Declaration
public int CompareTo(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Resolve()
Resolve the event reference
Declaration
public IEventDeclaration Resolve()
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements