C# Class YamlDotNet.Serialization.TypeInspectors.NamingConventionTypeInspector

Wraps another ITypeInspector and applies a naming convention to the names of the properties.
Inheritance: TypeInspectorSkeleton
显示文件 Open project: aaubry/YamlDotNet Class Usage Examples

Public Methods

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

Method Details

GetProperties() public method

public GetProperties ( Type type, object container ) : IEnumerable
type System.Type
container object
return IEnumerable

NamingConventionTypeInspector() public method

public NamingConventionTypeInspector ( ITypeInspector innerTypeDescriptor, INamingConvention namingConvention ) : System
innerTypeDescriptor ITypeInspector
namingConvention INamingConvention
return System