ItemProcessFlag

A flag to control the process state of an item.

Namespace:
Inetdev
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

ItemProcessFlag

Initializes a new instance of ItemProcessFlag.

Signature:
public Void ItemProcessFlag(item)
Parameters
Name Type Summary
item T The item associated to this flag.
Exceptions
Type Summary
ArgumentNullException Thrown when item is null.

Properties

Item

The item associated to this flag.

Signature:
public T Item { get; }

Processed

Whether the item has been processed.

Signature:
public Boolean Processed { get; set; }

Methods

ToString

Returns a textual representation of the flag.

Signature:
public String ToString()