Class BaseObjectWithAttr
Extends BaseObjectWithId with custom attributes. This includes Tag, CustomFlags, CustomAttr, FlagsAndAttributes properties and other related to custom attributes features.
public class BaseObjectWithAttr : BaseObjectWithId, IBaseObjectWithId, IBaseObject
- Inheritance
-
BaseObjectWithAttr
- Implements
- Derived
Properties
- CustomAttr
Gets custom attributes provider associated with the object. You can store any custom data here.
- CustomFlags
Gets custom flags provider associated with the object. You can store any custom data here.
- FlagsAndAttributes
Gets custom flags and attributes provider associated with the object. You can store any custom data here.
- IntFlags
Gets flags provider which allows to access items using integer identifiers. You can store any custom flags here.
- IntFlagsAndAttributes
Gets or sets flags and attributes provider which allows to access items using integer identifiers. You can store any custom data here.
- Tag
Gets or sets the object that contains custom user-defined data.