Class PropsMetadataService
Provides metadata about Props classes for dynamic UI generation.
Uses reflection to analyze property types and attributes.
public class PropsMetadataService
Inheritance
Methods
GetProperties(Type)
Gets metadata for all properties of a Props type.
public IEnumerable<PropertyMetadata> GetProperties(Type propsType)
GetProperties<TProps>()
Gets metadata for all properties of a Props type.
public IEnumerable<PropertyMetadata> GetProperties<TProps>() where TProps : class