18fef4b7 debf 6f1d bfe7 ceb7247502a6 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

DefaultSerializer.IsProcessable Method

Validates whether a particular property can be processed.

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

Syntax

C#

private bool IsProcessable(
	PropertyInfo property
)

Parameters

 

property
Type: System.Reflection.PropertyInfo
The property to be evaluated.

Return Value

Type: Boolean
True if current property can be processed and false otherwise.

Remarks

This method validates if a particular property can be processed.

Such a property must have a public and non-static value getter and should be just one of the available scalar types.

See Also

Reference

DefaultSerializer Class
Plexdata.Utilities.Formatting.Helpers Namespace
DefaultSerializer.GetProperties(Type)

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