Class NoHierarchyAttribute
- Namespace
- combit.Reporting.Repository
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Add this attribute to your class that implements IRepository if you don't want to support hierarchies (i.e. a folder structure) for the items.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class NoHierarchyAttribute : Attribute
- Inheritance
-
NoHierarchyAttribute
- Inherited Members