Click or drag to resize

HELMMonomerDBList Method

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static bool List(
	TextWriter w,
	string polymertype,
	string monomertype,
	string status,
	string symbol,
	string name,
	string naturalanalog,
	string cap,
	string smiles,
	int page,
	int countperpage,
	NameValueCollection items
)

Parameters

w
Type: System.IOTextWriter
polymertype
Type: SystemString
monomertype
Type: SystemString
status
Type: SystemString
symbol
Type: SystemString
name
Type: SystemString
naturalanalog
Type: SystemString
cap
Type: SystemString
smiles
Type: SystemString
page
Type: SystemInt32
countperpage
Type: SystemInt32
items
Type: System.Collections.SpecializedNameValueCollection

Return Value

Type: Boolean
See Also