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