Class ControlConstructGroup
Represents a group of ActivityBase items.
Inheritance
ControlConstructGroup
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ControlConstructGroup : VersionableGroupBase<ActivityBase, ControlConstructGroup>, INotifyPropertyChanged, IVersionableGroup, IVersionable, IIdentifiable, IHasCustomFields, IVisitable, IDescribable
Constructors
ControlConstructGroup()
Initializes a new instance of the ControlConstructGroup class.
Declaration
public ControlConstructGroup()
Properties
ChildTypesAccepted
A list of types accepted for child management
Declaration
public override Collection<Guid> ChildTypesAccepted { get; }
Property Value
| Type | Description |
|---|---|
| Collection<Guid> |
Overrides
ItemType
Gets the universally unique identifier representing the item's type.
Declaration
public override Guid ItemType { get; }
Property Value
| Type | Description |
|---|---|
| Guid | The identifier representing the item's type. |
Overrides
Methods
ReplaceChild(IdentifierTriple, IVersionable)
Replaces the child.
Declaration
public override int ReplaceChild(IdentifierTriple toReplace, IVersionable child)
Parameters
| Type | Name | Description |
|---|---|---|
| IdentifierTriple | toReplace | To replace. |
| IVersionable | child | The child. |
Returns
| Type | Description |
|---|---|
| int |
Overrides
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | child |