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> |
ItemType
Gets the universally unique identifier representing the item's type.
Declaration
Guid ItemType { get; }
Property Value
Type | Description |
---|---|
Guid | The identifier representing the item's type. |