AttributeValueSetFieldValue(String, Object, String) Method
Set Attribute Value for Field Name with Field Key
Namespace: Scopos.BabelFish.DataModel.AttributeValueAssembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
public void SetFieldValue(
string fieldName,
Object fieldValue,
string fieldKey
)
Parameters
- fieldName String
- Field Name to set
- fieldValue Object
- Field value to set
- fieldKey String
- Field Key to set
| AttributeValueException | Thrown if the user tries to call this function on a Attribute that has MultipleValues set to false. User should instead call the overloaded SetFieldValue with two parameters (not including the fieldKey). |
| AttributeValueValidationException | Thrown if the fieldValue is either the wrong type or the value does not pass validation. |