434e4036 4df1 354d 4111 505692edda2a - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Loads affected properties from provided type>
Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
private IEnumerable<PropertyInfo> GetProperties(
Type type
)
- type
- Type: System.Type
The type to load all affected properties from.
Type: IEnumerable(PropertyInfo)
A list of resolved property details.
This method loads all affected properties from provided type and returns them.
DefaultSerializer Class
Plexdata.Utilities.Formatting.Helpers Namespace
DefaultSerializer.IsProcessable(PropertyInfo)