C# Class ParamEditor.ParamType, isoAbbeyTFG

Show file 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 property

public object defaultValue
return object

fieldEditorName public property

public string fieldEditorName
return string

name public property

public string name
return string