Class Repository_Head
Inheritance
System.Object
Repository_Head
Assembly: Simplic.Framework.EF.dll
Syntax
public class Repository_Head : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Repository_Head()
Declaration
Properties
|
Improve this Doc
View Source
Content
Declaration
public byte[] Content { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreateDateTime
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
DirectoryPath
Declaration
public string DirectoryPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
FullPath
Declaration
public string FullPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Hash
Declaration
public string Hash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModulePath
Declaration
public string ModulePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UpdateDateTime
Declaration
public DateTime UpdateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|