C# Class LitDev.LDProcess.proc

Inheritance: IComparable
Datei anzeigen Open project: litdev1/LitDev

Public Properties

Property Type Description
ID int
name string

Public Methods

Method Description
proc ( int _ID, string _name ) : System

Private Methods

Method Description
IComparable ( object obj ) : int

Method Details

proc() public method

public proc ( int _ID, string _name ) : System
_ID int
_name string
return System

Property Details

ID public_oe property

public int ID
return int

name public_oe property

public string name
return string