AttributeIn Class
Return attribute values
Namespace: Ensur.Core.Main.POCOsAssembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
Ensur.Core.Main.POCOs.AttributeIn = function();
Type.createClass(
'Ensur.Core.Main.POCOs.AttributeIn');
- Inheritance
- Object AttributeIn
AttributeDataType |
The type of attribute. Attributes use a combination of data type and name/id to make a unique combination
|
AttributeID |
ID of the attribute to set a value for. You can use this or the name
|
AttributeName |
Name of the attribute. You can use this or the ID.
|
Values |
The value(s) of the attribute
|