C# Class iSpyApplication.Server.RemoteCommandEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: ispysoftware/iSpy

Méthodes publiques

Свойство Type Description
Command string
ObjectId int
ObjectTypeId int

Méthodes publiques

Méthode Description
RemoteCommandEventArgs ( string command, int objectid, int objecttypeid ) : System

Method Details

RemoteCommandEventArgs() public méthode

public RemoteCommandEventArgs ( string command, int objectid, int objecttypeid ) : System
command string
objectid int
objecttypeid int
Résultat System

Property Details

Command public_oe property

public string Command
Résultat string

ObjectId public_oe property

public int ObjectId
Résultat int

ObjectTypeId public_oe property

public int ObjectTypeId
Résultat int