Class
OpenItem

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class OpenItem

Inheritance: objectOpenItem

Constructors

OpenItem()

Declaration

cs-api-definition
public OpenItem()

OpenItem(OpenItemType, string)

Declaration

cs-api-definition
public OpenItem(OpenItemType itemType, string path)

Parameters

itemType

OpenItemType

path

string

Properties

OpenItemType

Declaration

cs-api-definition
public OpenItemType OpenItemType { get; set; }

Property Value

OpenItemType

Path

Declaration

cs-api-definition
public string Path { get; set; }

Property Value

string