Class OrganizationGroup
Represents a group of Agent items.
Inheritance
System.Object
OrganizationGroup
Inherited Members
Algenta.Colectica.Model.VersionableBase.TryReplaceChild<T>(Func<>, Action<>, Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class OrganizationGroup : VersionableGroupBase<Agent, OrganizationGroup>, IVersionableGroup, IVersionable, IIdentifiable, IVisitable, IHasCustomFields, IDescribable
Constructors
OrganizationGroup()
Initializes a new instance of the OrganizationGroup class.
Declaration
public OrganizationGroup()
Properties
ChildTypesAccepted
A list of types accepted for child management
Declaration
public override Collection<Guid> ChildTypesAccepted { get; }
Property Value
Type | Description |
---|---|
Collection<Guid> |
Overrides
Algenta.Colectica.Model.Ddi.VersionableGroupBase<Algenta.Colectica.Model.Ddi.Agent, Algenta.Colectica.Model.Ddi.OrganizationGroup>.ChildTypesAccepted
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 |
---|---|
System.Int32 |
Overrides
Algenta.Colectica.Model.Ddi.VersionableGroupBase<Algenta.Colectica.Model.Ddi.Agent, Algenta.Colectica.Model.Ddi.OrganizationGroup>.ReplaceChild(Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)