Class
EventDecoratorInfo

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class EventDecoratorInfo : SlotInfo, IEventInfo, IEquatable<SlotInfo>, IGroupCellCoordinates, IEquatable<EventDecoratorInfo>, IObjectWrapper

Inheritance: objectSlotInfoEventDecoratorInfo

Implements: IEquatable<EventDecoratorInfo>IEquatable<SlotInfo>IEventInfoIGroupCellCoordinatesIObjectWrapper

Inherited Members SlotInfo.Equals(SlotInfo)SlotInfo.TimeRangeSlotInfo.CellCoordinates

Constructors

EventDecoratorInfo(EventInfo)

Declaration

cs-api-definition
public EventDecoratorInfo(EventInfo sourceEventInfo)

Parameters

sourceEventInfo

EventInfo

Properties

SourceEventInfo

Declaration

cs-api-definition
public EventInfo SourceEventInfo { get; }

Property Value

EventInfo

Methods

Equals(EventDecoratorInfo)

Declaration

cs-api-definition
public bool Equals(EventDecoratorInfo other)

Parameters

other

EventDecoratorInfo

Returns

bool

Implements IEquatable<EventDecoratorInfo>.Equals(EventDecoratorInfo)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides SlotInfo.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides SlotInfo.GetHashCode()