C# Class iSpyApplication.Server.RemoteCommandEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: ispysoftware/iSpy

Public Properties

Property Type Description
Command string
ObjectId int
ObjectTypeId int

Public Methods

Method Description
RemoteCommandEventArgs ( string command, int objectid, int objecttypeid ) : System

Method Details

RemoteCommandEventArgs() public method

public RemoteCommandEventArgs ( string command, int objectid, int objecttypeid ) : System
command string
objectid int
objecttypeid int
return System

Property Details

Command public_oe property

public string Command
return string

ObjectId public_oe property

public int ObjectId
return int

ObjectTypeId public_oe property

public int ObjectTypeId
return int