Interface IBaseObjectWithAttr
Interface representing an object with attributes.
public interface IBaseObjectWithAttr : IBaseObjectWithId, IBaseObject
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.