Class IFormComponentCollectionExtensions
Contains extension methods for instances of System.Collections.Generic.IEnumerable<T> where T
is IFormComponent.
public static class IFormComponentCollectionExtensions
- Inheritance
-
objectIFormComponentCollectionExtensions
Methods
GetClientProperties(IEnumerable<IFormComponent>)
Invokes GetClientProperties() method on each item in formComponents
collection.
public static Task<ICollection<IFormComponentClientProperties>> GetClientProperties(this IEnumerable<IFormComponent> formComponents)
Parameters
formComponents
IEnumerable<IFormComponent>Form components collection.
Returns
- Task<ICollection<IFormComponentClientProperties>>