C# Class Lucene.Net.Util.Parameter

Mostra file Open project: maxpavlov/FlexNet

Public Methods

Method Description
GetRealObject ( System context ) : Object
ToString ( ) : System.String

Protected Methods

Method Description
Parameter ( System name ) : System
ReadResolve ( ) : Object

Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.

Private Methods

Method Description
MakeKey ( System name ) : System.String
Parameter ( ) : System

Method Details

GetRealObject() public method

public GetRealObject ( System context ) : Object
context System
return Object

Parameter() protected method

protected Parameter ( System name ) : System
name System
return System

ReadResolve() protected method

Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.
protected ReadResolve ( ) : Object
return System.Object

ToString() public method

public ToString ( ) : System.String
return System.String