Class DbQueuedOperation
Inheritance
System.Object
DbQueuedOperation
Implements
IItem<System.Int32>
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: ImageVault.Core.Common.DbEntities
Assembly: ImageVault.Core.dll
Syntax
public class DbQueuedOperation
Constructors
DbQueuedOperation()
Declaration
public DbQueuedOperation()
Properties
Argument
Declaration
public string Argument { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Operation
Type of index operation to perform
Declaration
public QueuedOperations Operation { get; set; }
Property Value
Type | Description |
---|---|
QueuedOperations |
Priority
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Started
Contains the date when the operation was started.
Declaration
public DateTime? Started { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Methods
ToQueuedOperation()
Declaration
public QueuedOperation ToQueuedOperation()
Returns
Type | Description |
---|---|
QueuedOperation |