Click or drag to resize

imbAttributeToolsimbAttributeToProperties Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Prebacuje vrednost iz atributa u propertije - u skladu sa podesenim mapiranjem (imbAttributeName.metaValueFromAttribute)

Namespace:  imbSCI.Core.attributes
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static void imbAttributeToProperties(
	this Object target,
	imbAttributeCollection attribs,
	bool onlyDeclared = false,
	bool avoidOverWrite = false
)
Request Example View Source

Parameters

target
Type: SystemObject
Objekat ciji se propertiji podesavaju
attribs
Type: imbSCI.Core.attributesimbAttributeCollection
Atributi iz kojih izvlaci vrednost
onlyDeclared (Optional)
Type: SystemBoolean
Da li samo propertije target klase ili i nasledjene propertije
avoidOverWrite (Optional)
Type: SystemBoolean
Da li da preskoci ako Property vec ima vrednost

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also