AttributeHandler..::..ReadData Method

Namespace:  JiwaFinancials.Jiwa.JiwaInventory
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


public void ReadData(
	AttributeValue Attribute,
	JiwaGrid GridObject,
	ref string Value,
	ref string DisplayValue
)
Public Sub ReadData ( _
	Attribute As AttributeValue, _
	GridObject As JiwaGrid, _
	ByRef Value As String, _
	ByRef DisplayValue As String _
)
public:
void ReadData(
	AttributeValue^ Attribute, 
	JiwaGrid^ GridObject, 
	String^% Value, 
	String^% DisplayValue
)