Picture Class
Assembly: PTS.Modules.Pictures.dll
Syntax
public class Picture : IOwnedRecord, IGdsRecord, IHasGuid
Inheritance
System.Object
Picture
Properties
DateTime
Declaration
public DateTime DateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
FileExtension
Declaration
public string FileExtension { get; set; }
Property Value
Type |
Description |
System.String |
|
FileId
Declaration
public string FileId { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FileSize
Declaration
public ulong FileSize { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
GdsOwnerGuid
Declaration
public Guid? GdsOwnerGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
GdsRole
Declaration
public GdsRole GdsRole { get; set; }
Property Value
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
HostName
Declaration
public string HostName { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
SizeHeight
Declaration
public uint SizeHeight { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
SizeWidth
Declaration
public uint SizeWidth { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
VideoIdCode
Declaration
public string VideoIdCode { get; set; }
Property Value
Type |
Description |
System.String |
|
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