Class Twain_Profile
Inheritance
System.Object
Twain_Profile
Assembly: Simplic.Framework.EF.dll
Syntax
public class Twain_Profile : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Twain_Profile()
Declaration
Properties
|
Improve this Doc
View Source
DriverSettings
Declaration
public byte[] DriverSettings { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Ident
Declaration
public Guid Ident { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
OrderId
Declaration
public int OrderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ProfileName
Declaration
public string ProfileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SourceName
Declaration
public string SourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|