Class ChatFlightCardElement
Inheritance
System.Object
ChatFlightCardElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ChatFlightCardElement : BaseChatCardElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
ChatFlightCardElement(ChatFlightCardDataItem)
Declaration
public ChatFlightCardElement(ChatFlightCardDataItem item)
Parameters
ChatFlightCardDataItem
item
|
Methods
CreateArrivalElement()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDepartureElement()
Declaration
protected virtual LightVisualElement CreateDepartureElement()
Returns
LightVisualElement
|
CreateFlightArrivalElement(String, String, String, String)
Declaration
protected virtual FlightCardAirportInfo CreateFlightArrivalElement(string city, string airport, string date, string time)
Parameters
System.String
city
|
System.String
airport
|
System.String
date
|
System.String
time
|
Returns
FlightCardAirportInfo
|
CreateFlightDepartureElement(String, String, String, String)
Declaration
protected virtual FlightCardAirportInfo CreateFlightDepartureElement(string city, string airport, string date, string time)
Parameters
System.String
city
|
System.String
airport
|
System.String
date
|
System.String
time
|
Returns
FlightCardAirportInfo
|
CreateFlightImageElement()
Declaration
protected virtual LightVisualElement CreateFlightImageElement()
Returns
LightVisualElement
|
CreateFlightStackElement()
Declaration
protected virtual FlightStackLayoutPanel CreateFlightStackElement()
Returns
FlightStackLayoutPanel
|
CreateNameElement()
CreatePassengerElement()
Declaration
protected virtual LightVisualElement CreatePassengerElement()
Returns
LightVisualElement
|
CreateStackElement()
CreateTopHorizontalStackElement()
Declaration
protected virtual StackLayoutElement CreateTopHorizontalStackElement()
Returns
StackLayoutElement
|
CreateTotalElement()
CreateTotalStackElement()
Declaration
protected virtual StackLayoutElement CreateTotalStackElement()
Returns
StackLayoutElement
|
CreateTotalSumElement()
InitializeFields()
Declaration
protected override void InitializeFields()