434e4036 4df1 354d 4111 505692edda2a - akesseler/Plexdata.Utilities.Templates GitHub Wiki

DefaultSerializer.GetProperties Method

Loads affected properties from provided type>

Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

private IEnumerable<PropertyInfo> GetProperties(
	Type type
)

Parameters

 

type
Type: System.Type
The type to load all affected properties from.

Return Value

Type: IEnumerable(PropertyInfo)
A list of resolved property details.

Remarks

This method loads all affected properties from provided type and returns them.

See Also

Reference

DefaultSerializer Class
Plexdata.Utilities.Formatting.Helpers Namespace
DefaultSerializer.IsProcessable(PropertyInfo)

⚠️ **GitHub.com Fallback** ⚠️