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