Show / Hide Table of Contents

Class NCubeGroup

Represents a group of NCube items.

Inheritance
Object
NotificationObject
IdentifiableBase
VersionableBase
DescribableBase
VersionableGroupBase<NCube, NCubeGroup>
NCubeGroup
Implements
INotifyPropertyChanged
IVersionableGroup
IVersionable
IIdentifiable
IVisitable
IHasCustomFields
IDescribable
Inherited Members
VersionableGroupBase<NCube, NCubeGroup>.TypeOfGroup
VersionableGroupBase<NCube, NCubeGroup>.Universes
VersionableGroupBase<NCube, NCubeGroup>.Concept
VersionableGroupBase<NCube, NCubeGroup>.Subjects
VersionableGroupBase<NCube, NCubeGroup>.Keywords
VersionableGroupBase<NCube, NCubeGroup>.Items
VersionableGroupBase<NCube, NCubeGroup>.ItemsList
VersionableGroupBase<NCube, NCubeGroup>.ChildGroups
VersionableGroupBase<NCube, NCubeGroup>.ChildGroupsList
VersionableGroupBase<NCube, NCubeGroup>.ChildItemType
VersionableGroupBase<NCube, NCubeGroup>.ChildGroupType
VersionableGroupBase<NCube, NCubeGroup>.GetChildren()
VersionableGroupBase<NCube, NCubeGroup>.ReplaceChild(IdentifierTriple, IVersionable)
VersionableGroupBase<NCube, NCubeGroup>.AddChild(IVersionable)
VersionableGroupBase<NCube, NCubeGroup>.RemoveChild(IVersionable)
VersionableGroupBase<NCube, NCubeGroup>.RemoveChild(IdentifierTriple)
VersionableGroupBase<NCube, NCubeGroup>.ChildTypesAccepted
DescribableBase.ItemName
DescribableBase.Label
DescribableBase.Description
DescribableBase.DisplayLabel
VersionableBase.Accept(IVersionableVisitor)
VersionableBase.IsDirty
VersionableBase.IsPublished
VersionableBase.ChildrenDereferenced
VersionableBase.IsPopulated
VersionableBase.Version
VersionableBase.VersionDate
VersionableBase.VersionResponsibility
VersionableBase.VersionRationale
VersionableBase.CompositeId
VersionableBase.CustomFields
VersionableBase.UserAttributes
VersionableBase.OtherMaterials
VersionableBase.BasedOn
VersionableBase.Attachments
VersionableBase.ThumbnailImageUri
VersionableBase.BannerImageUri
VersionableBase.GetChildren()
VersionableBase.ManagedCollections
VersionableBase.ManageCollection(INotifyCollectionChanged, String)
VersionableBase.RemoveChild(IVersionable, IList[])
VersionableBase.RemoveChild(IdentifierTriple, IList[])
VersionableBase.ReplaceChild(IdentifierTriple, IVersionable)
VersionableBase.RemoveChild(IdentifierTriple)
VersionableBase.AddChild(IVersionable)
VersionableBase.ChildTypesAccepted
VersionableBase.TryReplaceChild<T>(Func<T>, Action<T>, IdentifierTriple, IVersionable)
VersionableBase.ToString()
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class NCubeGroup : VersionableGroupBase<NCube, NCubeGroup>, INotifyPropertyChanged, IVersionableGroup, IVersionable, IIdentifiable, IVisitable, IHasCustomFields, IDescribable

Constructors

NCubeGroup()

Initializes a new instance of the NCubeGroup class.

Declaration
public NCubeGroup()

Properties

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
VersionableBase.ItemType

Implements

System.ComponentModel.INotifyPropertyChanged
IVersionableGroup
IVersionable
IIdentifiable
IVisitable
IHasCustomFields
IDescribable

Extension Methods

VersionableExtensions.GetMetadata(IVersionable)
VersionableExtensions.GetHeader(IVersionable)
VersionableExtensions.SetUserAttribute(IVersionable, String, String)
VersionableExtensions.GetUserAttribute(IVersionable, String)
VersionableExtensions.GetUserAttributeInt(IVersionable, String)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, String, String)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, String)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, String, IVersionable)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, IVersionable)
VersionableCustomFieldExtensions.GetCustomFieldStringValue(IHasCustomFields, String)
VersionableCustomFieldExtensions.GetCustomFieldUriValue(IHasCustomFields, String)
VersionableCustomFieldExtensions.GetCustomFieldMultilingualStringValue(IHasCustomFields, String)
VersionableUserIdExtensions.SetUserId(IVersionable, String, String)
Extensions.GetMultilingualStrings(IVersionable)
Extensions.GetDdiFragmentRepresentation(IVersionable, DDIWorkflowSerializer, XmlDocument)
Extensions.GetDdi32FragmentRepresentation(IVersionable, Ddi32Serializer)
Extensions.GetDdi33FragmentRepresentation(IVersionable, Ddi33Serializer)
NamingHelper.GetBaseFileNameForItem(IVersionable)
In This Article
Back to top Generated by DocFX