Class PlatformKeyMapping<T>
Implements platform key to/from Key mapping.
public class PlatformKeyMapping<T> : TwoWayEnumMapping<T, Key>, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IDisposable, IBaseObject where T : struct, EnumType Parameters
- T
- Type of the platform key enum. 
- Inheritance
- 
      
      
      
      
      
      
      
      TwoWayEnumMapping<T, Key>PlatformKeyMapping<T>
- Implements
- Derived
Constructors
- PlatformKeyMapping(T, Key)
- Initializes a new instance of the PlatformKeyMapping<T> class.