C# Class Ufora.Interop.DDItem

Datei anzeigen Open project: ufora/dotnet

Public Properties

Property Type Description
Name string
Value int

Public Methods

Method Description
DDItem ( string name, int value ) : System
ToString ( ) : string
getValue ( ) : int

Method Details

DDItem() public method

public DDItem ( string name, int value ) : System
name string
value int
return System

ToString() public method

public ToString ( ) : string
return string

getValue() public method

public getValue ( ) : int
return int

Property Details

Name public_oe property

public string Name
return string

Value public_oe property

public int Value
return int