Class DCS_FileArchiv
Inheritance
System.Object
DCS_FileArchiv
Assembly: Simplic.Framework.EF.dll
Syntax
public class DCS_FileArchiv : Locking.ILockable
Constructors
|
Improve this Doc
View Source
DCS_FileArchiv()
Declaration
Properties
|
Improve this Doc
View Source
FileBytes
Declaration
public byte[] FileBytes { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
FileContent
Declaration
public string FileContent { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ID
Declaration
public long ID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Ts_ins
Declaration
public DateTime? Ts_ins { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
UncPath
Declaration
public string UncPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|