Fields documentation for AttributeWeb

NameTypeSummeryRemarks
ComparerTypeComparerTypeWebEnumWhen an attribute is used as a search criteria in a rental objects search, this property determines how the attribute, by default, is interpreted.
GroupAttributeGroupWebThe attributes group.
IdInt32Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
NameStringThe name of the attribute.
NegateBooleanWhen an attribute is used as a search criteria in a rental objects search, this property determines if the resulting evaluation of Value and ComparerType should be negated.
OrGroupAttributeBaseWeb[]A list of other attribute criteria that should form an OR group when passed into the search engine. If the parent attribute is of type Attribute, then the parent attribute criteria value will be added to the OR group. If the parent attribute is of type OrGroup, then only the members of this OrGroup collection will form the Or group.Please note that to negate the result of an or-group set the property to true ONLY on the or-group parent AttributeBaseWeb. Individual negates in the members of an or-group are ignored!
TypeStringUsed to tag certain article attributes that must be identified specifically. Possible values are the names of values in the enum ArticleAttributeTypeEnum.
ValidFromDateTimeStart date. When this attribute is valid.
ValidToNullable<DateTime>End date. If null, the interval is seen as having no expiration.
ValueDoubleThe value of the attribute. ValueType.
ValueTypeArticleAttributeValueTypeWebEnumThe value type. This property determines how the attribute value should be interpreted. There are 3 values: Integer, Float, Boolean. For attributes with an integer or float value type it means that they should interpreted as numbers. For attributes with a boolean value type it means they should be interpreted as a yes/no attribute. If a rental object does not have a boolean attribute it is the same as having the attribute with a "no" (or 0) value.