File Class
Assembly: PTS.Modules.Files.dll
Syntax
public class File : IOwnedRecord, IHasGuid
Inheritance
System.Object
File
Properties
Checksum
Declaration
public string Checksum { get; set; }
Property Value
Type |
Description |
System.String |
|
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DataUrl
Declaration
public string DataUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension
Declaration
public string Extension { get; set; }
Property Value
Type |
Description |
System.String |
|
ForItemClassId
Declaration
public long? ForItemClassId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ForItemId
Declaration
public long? ForItemId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ForItemOid
Declaration
public long? ForItemOid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Parent
Declaration
public virtual File Parent { get; set; }
Property Value
ParentId
Declaration
public long? ParentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ParentOwnerId
Declaration
public long? ParentOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Size
Declaration
public long Size { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Status
Declaration
public FileStatus Status { get; set; }
Property Value
Type
Declaration
public FileRecordType Type { get; set; }
Property Value
Uploader
Declaration
public virtual Profile Uploader { get; set; }
Property Value
UploaderId
Declaration
public long? UploaderId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
UploaderOwnerId
Declaration
public long? UploaderOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Version
Declaration
public int Version { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods