C# Class ParamEditor.ParamType, isoAbbeyTFG

Exibir arquivo Open project: nvidiosin/isoAbbeyTFG

Public Properties

Property Type Description
defaultValue object
fieldEditorName string
name string

Public Methods

Method Description
ParamType ( string n, object def, string fn ) : System.Collections.Generic

Method Details

ParamType() public method

public ParamType ( string n, object def, string fn ) : System.Collections.Generic
n string
def object
fn string
return System.Collections.Generic

Property Details

defaultValue public_oe property

public object defaultValue
return object

fieldEditorName public_oe property

public string fieldEditorName
return string

name public_oe property

public string name
return string