Class Organization
Represents an organization.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Organization : Agent, IVersionable, IIdentifiable, IHasCustomFields, IVisitable
Constructors
Organization()
Initializes a new instance of the Organization class.
Declaration
public Organization()
Properties
DisplayLabel
Gets the display label.
Declaration
public override string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ItemName
Gets the name of the item.
Declaration
public virtual MultilingualString ItemName { get; }
Property Value
Type | Description |
---|---|
MultilingualString | The name of the item. |
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
Nickname
Gets an abbreviation or a brief name for an organization.
Declaration
public MultilingualString Nickname { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
OrganizationId
Gets or sets the organization's DDI 3 agency identifier.
Declaration
public string OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The organization's DDI 3 agency identifier. |
OrganizationIDRegistryId
Gets or sets the identifier of the registry that issued the organization's DDI 3 agency identifier.
Declaration
public string OrganizationIDRegistryId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier of the registry that issued the organization's DDI 3 agency identifier. |
OrganizationImageUri
Gets or sets the URI of an image representing the organization, like a logo.
Declaration
public Uri OrganizationImageUri { get; set; }
Property Value
Type | Description |
---|---|
Uri | The URI of an image for the organization |
Methods
GetChildren()
Gets the identifiers of the item's children.
Declaration
public override ChildItemCollection GetChildren()
Returns
Type | Description |
---|---|
ChildItemCollection | The identifiers of the item's children. |
Overrides
RemoveChild(IdentifierTriple)
Removes the specified child.
Declaration
public override int RemoveChild(IdentifierTriple child)
Parameters
Type | Name | Description |
---|---|---|
IdentifierTriple | child | The child to be removed. |
Returns
Type | Description |
---|---|
System.Int32 | The number of children removed from the item. |
Overrides
ReplaceChild(IdentifierTriple, IVersionable)
Replaces the child with the specified identifier with the provided item.
Declaration
public override int ReplaceChild(IdentifierTriple toReplace, IVersionable child)
Parameters
Type | Name | Description |
---|---|---|
IdentifierTriple | toReplace | The identifier of the child to replace. |
IVersionable | child | The new child. |
Returns
Type | Description |
---|---|
System.Int32 | The number of children replaced. |