InterfaceIDescriptionBase
Interface
Base interface for describing FilterDescription, GroupDescription and AggregateDescription.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public interface IDescriptionBase : INamed
Inherited Members
Methods
Clone()
Creates a clone of this instance.
GetUniqueName()
Returns the member name for this description.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Design choice")]
string GetUniqueName()
Returns