Class TimeAndDateConverterFactory
Inheritance
System.Object
TimeAndDateConverterFactory
Inherited Members
System.Object.ToString()
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: Vortex.Presentation.Controls.Wpf.Shared.Base
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
class TimeAndDateConverterFactory
Constructors
TimeAndDateConverterFactory(Object)
Declaration
public TimeAndDateConverterFactory(object context)
Parameters
Type | Name | Description |
---|---|---|
System.Object | context |
Fields
Context
Declaration
readonly object Context
Field Value
Type | Description |
---|---|
System.Object |
Properties
Converter
Declaration
public IValueConverter Converter { get; }
Property Value
Type | Description |
---|---|
System.Windows.Data.IValueConverter |
Methods
GetTimeFormatAttribute(IVortexElement)
Declaration
TimeFormatAttribute GetTimeFormatAttribute(IVortexElement onlinerTimeOfDay)
Parameters
Type | Name | Description |
---|---|---|
IVortexElement | onlinerTimeOfDay |
Returns
Type | Description |
---|---|
TimeFormatAttribute |
IsOnlinerTimeObject(Object)
Declaration
protected bool IsOnlinerTimeObject(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |