Class BaseDynamicLayoutViewEnumerator
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public class BaseDynamicLayoutViewEnumerator : ViewDescriptorEnumerator
Constructors
BaseDynamicLayoutViewEnumerator(IEntityDescriptorFactory, IReflectionHelper)
Declaration
public BaseDynamicLayoutViewEnumerator(IEntityDescriptorFactory entityDescriptorFactory, IReflectionHelper reflectionHelper)
Parameters
Type | Name | Description |
---|---|---|
IEntityDescriptorFactory | entityDescriptorFactory | |
IReflectionHelper | reflectionHelper |
Methods
GetViewInstances()
Provides an enumeration of all the View Descriptor Instances that can be used against the IModelView the ViewDescriptorAttribute is marked against
Declaration
public override IEnumerable<ViewDescriptorInstance> GetViewInstances()
Returns
Type | Description |
---|---|
IEnumerable<ViewDescriptorInstance> | An enumeration of all the View Descriptor Instances that can be used against the IModelView the ViewDescriptorAttribute is marked against |