Class BlobGarbageRow
Represents a row from the blob garbage collection
Inheritance
System.Object
BlobGarbageRow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.Database
Assembly: TimeCockpit.Data.dll
Syntax
public sealed class BlobGarbageRow
Constructors
BlobGarbageRow()
Declaration
public BlobGarbageRow()
Properties
BlobUuid
Gets or sets the blob's uuid
Declaration
public Guid BlobUuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ElementUuid
Gets or sets the element's uuid
Declaration
public Guid ElementUuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PropertyUuid
Gets or sets the property's uuid
Declaration
public Guid PropertyUuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |