AttributeIn Class

Return attribute values

Definition

Namespace: Ensur.Core.Main.POCOs
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class AttributeIn
Inheritance
Object    AttributeIn

Properties

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

See Also