Class Keyboard_Key
Inheritance
System.Object
Keyboard_Key
Assembly: Simplic.Framework.EF.dll
Syntax
public class Keyboard_Key : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Keyboard_Key()
Declaration
Properties
|
Improve this Doc
View Source
KeyId
Declaration
public int KeyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|