FileLink Class
Namespace: PTS.Modules.Files.Domain
Assembly: PTS.Modules.Files.dll
Syntax
public class FileLink : IOwnedRecord, IHasGuid
Inheritance
System.Object
FileLink
Properties
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
File
Declaration
public virtual File File { get; set; }
Property Value
Type | Description |
---|---|
File |
FileId
Declaration
public long FileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
FileOwnerId
Declaration
public long FileOwnerId { get; set; }
Property Value
Type | Description |
---|---|
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 |
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Status
Declaration
public LinkStatus Status { get; set; }
Property Value
Type | Description |
---|---|
LinkStatus |
Type
Declaration
public int Type { 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()