18fef4b7 debf 6f1d bfe7 ceb7247502a6 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
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
C#
private bool IsProcessable(
PropertyInfo property
)
- property
- Type: System.Reflection.PropertyInfo
The property to be evaluated.
Type: Boolean
True if current property can be processed and false otherwise.
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.
DefaultSerializer Class
Plexdata.Utilities.Formatting.Helpers Namespace
DefaultSerializer.GetProperties(Type)