RaggedHierarchyEntityData Class

The data contract class for RaggedHierarchy class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsFileData
      Dundas.BI.WebApi.ModelsEntityBaseData
        Dundas.BI.WebApi.ModelsHierarchyEntityData
          Dundas.BI.WebApi.ModelsRaggedHierarchyEntityData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class RaggedHierarchyEntityData : HierarchyEntityData

The RaggedHierarchyEntityData type exposes the following members.

Constructors
 NameDescription
Public methodRaggedHierarchyEntityData Initializes a new instance of the RaggedHierarchyEntityData class.
Top
Properties
 NameDescription
Public propertyAllMember Gets the "All Values Grouped" member when the hierarchy is aggregatable; otherwise it return .
(Inherited from HierarchyEntityData)
Public propertyAttributeHierarchies Gets the supported attribute hierarchies for the current instance.
(Inherited from HierarchyEntityData)
Public propertyCaption Gets or sets the caption.
(Inherited from HierarchyEntityData)
Public propertyCategory Gets the potential analysis category for the current instance.
(Inherited from HierarchyEntityData)
Public propertyCheckedOutTo Gets information about the account to which the object is checked out.
(Inherited from FileData)
Public propertyChildCountGets the number of direct children contained in the entry.
(Inherited from FileData)
Public propertyCompatibleUniqueName Gets the compatible unique name. This property allows grouping together compatible hierarchies across multiple IAnalysisStructures.
(Inherited from HierarchyEntityData)
Public propertyCreatedBy Gets the account information for the user which created the entry.
(Inherited from FileData)
Public propertyCreatedTime Gets the time, in coordinated universal time (UTC), at which the entry was created.
(Inherited from FileData)
Public propertyCurrentRevisionGets the highest revision number associated with this file.
(Inherited from FileData)
Public propertyDataSourceId Gets the ID of the source data cube.
Public propertyDescription Gets an optional description associated with the entry.
(Inherited from FileData)
Public propertyEffectiveCallerPrivileges Gets the effective caller privileges so the UI can do checks based on this.
(Inherited from FileData)
Public propertyEntityId Gets the parent entity ID.
(Inherited from HierarchyEntityData)
Public propertyFiles Gets the files contained in the entry.
(Inherited from FileData)
Public propertyFoldersGets the folders contained in the entry.
(Inherited from FileData)
Public propertyFriendlyFullName Gets the full path of the entry (friendly).
(Inherited from FileData)
Public propertyFriendlyLocation Gets the location of the entry (friendly representation).
(Inherited from FileData)
Public propertyFriendlyLocationElements Gets a read-only list of distinct path elements which compose FriendlyLocation.
(Inherited from FileData)
Public propertyFriendlyNameGets the name of the entry (friendly representation).
(Inherited from FileData)
Public propertyFullName Gets the full path of the entry.
(Inherited from FileData)
Public propertyHasAttributeHierarchies Gets a value indicating whether this instance has attribute hierarchies defined within.
(Inherited from HierarchyEntityData)
Public propertyId Gets the unique identifier of the entry.
(Inherited from FileData)
Public propertyInheritedTags Gets the inherited tags, if there are any.
(Inherited from FileData)
Public propertyIsCheckedOutGets a value indicating whether the file is checked out.
(Inherited from FileData)
Public propertyIsCheckedOutToCaller Gets a value indicating whether the file is checked out to caller.
(Inherited from FileData)
Public propertyIsCustomLocalizationAppliedGets or sets a value indicating whether the custom localization applied on this entity.
(Inherited from EntityBaseData)
Public propertyIsInactive Gets a value indicating whether the file is inactive.
(Inherited from FileData)
Public propertyIsProtectedGets a value indicating whether the entry is protected.
(Inherited from FileData)
Public propertyIsRecycledGets a value indicating whether the entry is recycled.
(Inherited from FileData)
Public propertyIsSubentry Gets a value indicating whether the entry is contained by a File.
(Inherited from FileData)
Public propertyIsTemporary Gets a value indicating whether the entry resides under a temporary folder.
(Inherited from FileData)
Public propertyIsTimeHierarchy Gets a value indicating whether this instance is a time hierarchy.
(Inherited from HierarchyEntityData)
Public propertyIsTransientGets a value indicating whether the file is transient.
(Inherited from FileData)
Public propertyLastCheckedInTimeGets the time when the file was last checked in.
(Inherited from FileData)
Public propertyLastModifiedTime Gets the time, in coordinated universal time (UTC), at which the entry was last modified.
(Inherited from FileData)
Public propertyLevels Gets the hierarchy levels.
(Inherited from HierarchyEntityData)
Public propertyLocationGets the location of the entry.
(Inherited from FileData)
Public propertyMemberColumns Gets the member columns.
Public propertyMetadataGets arbitrary metadata associated with the entry.
(Inherited from FileData)
Public propertyName Gets the name of the entry.
(Inherited from FileData)
Public propertyObjectType Gets the type of the entry.
(Inherited from FileData)
Public propertyOverwrite Gets or sets a value indicating whether the file should be overwritten if the file was already created.
(Inherited from FileData)
Public propertyParameters Gets the public parameter collection, if the hierarchy either exposes inherited parameters or if it allows parameter definition.
(Inherited from HierarchyEntityData)
Public propertyParentId Gets the ID of the item's parent.
(Inherited from FileData)
Public propertyPrimaryEntryIdGets the ID of the primary object which contains the entry.
(Inherited from FileData)
Public propertyPrivilegeInheritanceBehavior Gets the privilege inheritance behavior.
(Inherited from FileData)
Public propertyPrivileges Gets the entry's privilege assignments.
(Inherited from FileData)
Public propertyProjectId Gets the ID of the project containing the entry.
(Inherited from FileData)
Public propertyRevisionGets the revision of this instance.
(Inherited from EntityBaseData)
Public propertySortPolicy Gets the sorting behavior defined for the hierarchy.
(Inherited from HierarchyEntityData)
Public propertySubtypeGets or sets the type-specific sub-type of the entry.
(Inherited from FileData)
Public propertyTags Gets a collection of explicit tags associated with the entry.
(Inherited from FileData)
Public propertyTenantId Gets the ID of the tenant associated with the entry.
(Inherited from FileData)
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyUndoContext If available, the current undo context for the entity.
(Inherited from EntityBaseData)
Public propertyUniqueName Gets the object unique name.
(Inherited from HierarchyEntityData)
Public propertyWarnings Gets the warnings for the current instance, as well as for any dependency objects.
(Inherited from FileData)
Top
Methods
 NameDescription
Public methodStatic memberToRaggedDataContractMappings The mapping between the business object and the DTO.
Top
Extension Methods
 NameDescription
Public Extension MethodSetUIClassName Sets the name of the file data UI class.
(Defined by ModelDataExtensions)
Top
See Also