Class DisplayableItemDescriptorForCollectionParams
Optional paramaters that can be associated with the ItemParams for a DisplayableItemDescriptorForCollection<T>
These provide extra settings for filtering the displayed collection to a set of specific entities
Inheritance
System.Object
DisplayableItemDescriptorForCollectionParams
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
public class DisplayableItemDescriptorForCollectionParams
Properties
Filter
Forces any IBaseGrid<T> view loading the entities for the DisplayableItemDescriptorForCollection<T> to use this filter on the entities to load
Declaration
public QueryableFilter Filter { get; set; }
Property Value
Type | Description |
---|---|
QueryableFilter |
IDsOnly
Forces any IBaseGrid<T> view loading the entities for the DisplayableItemDescriptorForCollection<T> to only display items of that entity type that have these IDs
Declaration
public IEnumerable<Guid> IDsOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Guid> |