ITimeDimensionService Interface

Interface for service providing functionality for getting and saving TimeDimension objects.

Namespace: Dundas.BI.Entities.TimeDimensions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface ITimeDimensionService : IEntityService<TimeDimension>

The ITimeDimensionService type exposes the following members.

Methods
 NameDescription
Public methodGet(Guid)Gets an entity by its ID and revision number.
Public methodGet(Guid, EntityGetOptions)Gets an entity by its ID and revision number.
(Inherited from IEntityServiceT)
Public methodGet(Guid, Int64)Gets an entity by its ID and revision number.
Public methodGet(String, Guid)Gets an entity by its name.
(Inherited from IEntityServiceT)
Public methodGet(Guid, Int64, EntityGetOptions)Gets an entity by its ID and revision number.
(Inherited from IEntityServiceT)
Public methodGet(String, Guid, EntityGetOptions)Gets an entity by its name.
(Inherited from IEntityServiceT)
Public methodGet(String, Guid, Int64)Gets an entity by its name and revision number.
(Inherited from IEntityServiceT)
Public methodGet(String, Guid, Int64, EntityGetOptions)Gets an entity by its name and revision number.
(Inherited from IEntityServiceT)
Public methodGetDefaultTimeHierarchy Gets the global default time hierarchy.
Public methodGetDefaultTimeHierarchy(Guid) Gets the default time hierarchy for the specified project.
Public methodGetTimeHierarchy Gets the time hierarchy for the specified dimension, using the hierarchy unique name.
Public methodGetUndoContextGets the undo context.
(Inherited from IEntityServiceT)
Public methodRestoreUndoFrameRestores the entity to the undo frame.
(Inherited from IEntityServiceT)
Public methodRewireRewires the specified entity.
(Inherited from IEntityServiceT)
Public methodSave(TimeDimension)Saves the specified entity.
Public methodSave(T, String, Guid, EntityCreationOptions)Saves the specified entity.
(Inherited from IEntityServiceT)
Public methodSave(T, String, Guid, Boolean)Saves the specified entity.
(Inherited from IEntityServiceT)
Public methodTryRedoTries to redo the last change done to the entity.
(Inherited from IEntityServiceT)
Public methodTryUndoTries to undo the last change done to the entity.
(Inherited from IEntityServiceT)
Top
See Also