Class EventDecoratorInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class EventDecoratorInfo : SlotInfo, IEventInfo, IEquatable<SlotInfo>, IGroupCellCoordinates, IEquatable<EventDecoratorInfo>, IObjectWrapper
Constructors
EventDecoratorInfo(EventInfo)
Declaration
public EventDecoratorInfo(EventInfo sourceEventInfo)
Parameters
EventInfo
sourceEventInfo
|
Properties
SourceEventInfo
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
Equals(EventDecoratorInfo)
Declaration
public bool Equals(EventDecoratorInfo other)
Parameters
EventDecoratorInfo
other
|
Returns
System.Boolean
|
Implements
System.IEquatable<T>.Equals(T)
GetHashCode()
Explicit Interface Implementations
IObjectWrapper.GetOriginalDataItem()
Declaration
object IObjectWrapper.GetOriginalDataItem()
Returns
System.Object
|