C# Class BaseLib.BaseRemoteObject

Inheritance: System.MarshalByRefObject, IMessage
Show file Open project: mono/gert

Public Properties

Property Type Description
test Test

Public Methods

Method Description
getText ( ) : string
getValue ( ) : int
setValue ( int pValue ) : void

Method Details

getText() public abstract method

public abstract getText ( ) : string
return string

getValue() public abstract method

public abstract getValue ( ) : int
return int

setValue() public abstract method

public abstract setValue ( int pValue ) : void
pValue int
return void

Property Details

test public property

public Test test
return Test