Click or drag to resize

builderForStyleAppendPairs Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts line for each DictionaryEntry in data. Key is mapped to CSS property, Value is value, unit is sufix added. Special keys starting with: tag_, class_, id_ == > requred for css definition initiation

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public Object AppendPairs(
	PropertyCollection data,
	bool noUse = false,
	string notUsed = ""
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
Key is mapped to CSS property - or ID, class, tag selector if in special format
noUse (Optional)
Type: SystemBoolean
notUsed (Optional)
Type: SystemString

Return Value

Type: Object
Complete CSS definition with { }

Implements

ITextAppendContentAppendPairs(PropertyCollection, Boolean, String)
Remarks
Implementation modified: between now goes to last position - its purpose is to represent unit of measurement (px, em...)
See Also