Interface IHasCustomFields
Interface for items that can have custom fields.
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IHasCustomFields
Properties
CustomFields
Gets a collection of custom fields defined for this item.
Declaration
ObservableCollection<CustomField> CustomFields { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<CustomField> |
UserAttributes
Gets a collection of custom user defined key value pairs for this item.
Declaration
ObservableCollection<UserAttribute> UserAttributes { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<UserAttribute> |