C# Class YamlDotNet.Serialization.TypeInspectors.NamingConventionTypeInspector

Wraps another ITypeInspector and applies a naming convention to the names of the properties.
Inheritance: TypeInspectorSkeleton
Afficher le fichier Open project: aaubry/YamlDotNet Class Usage Examples

Méthodes publiques

Méthode Description
GetProperties ( Type type, object container ) : IEnumerable
NamingConventionTypeInspector ( ITypeInspector innerTypeDescriptor, INamingConvention namingConvention ) : System

Method Details

GetProperties() public méthode

public GetProperties ( Type type, object container ) : IEnumerable
type System.Type
container object
Résultat IEnumerable

NamingConventionTypeInspector() public méthode

public NamingConventionTypeInspector ( ITypeInspector innerTypeDescriptor, INamingConvention namingConvention ) : System
innerTypeDescriptor ITypeInspector
namingConvention INamingConvention
Résultat System