Click or drag to resize
AssetAttribute Class
Asset Attribute BO stores actual value of the attribute. Asset inherits attributes from its Model; each Asset can have between zero and many Asset Attribute records linked to it.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesAssetAttribute

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class AssetAttribute : CorrigoEntityWithOptimisticLock

The AssetAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAssetId
Reference to Asset.
Public propertyCurrencyTypeId
Required for Asset Attributes where data type is Currency (DataType.Money); otherwise ignored.
Public propertyDescriptor
Reference to Asset Attribute Metadata.
Public propertyTopAssetId
Reference to top Asset’s parent. This field is auto-computed by application.
Public propertyValue
Top
See Also