Click or drag to resize

PropertyCollectionExtendedaddAsObjectKey Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds as object key -- automatically designates title, uses externalDescriptionLibrary for definitions for non PropertyEntryColumn keys

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void addAsObjectKey(
	Object key,
	Object v1,
	bool autodescribe = true,
	Dictionary<Object, string> externalDescriptionLibrary = null
)
Request Example View Source

Parameters

key
Type: SystemObject
The key.
v1
Type: SystemObject
The v1.
autodescribe (Optional)
Type: SystemBoolean
externalDescriptionLibrary (Optional)
Type: System.Collections.GenericDictionaryObject, String
The external description library.
See Also