C# Class UtilJsonApiSerializer.Conventions.Impl.PluralizedCamelCaseTypeConvention

Inheritance: IResourceTypeConvention
Exibir arquivo Open project: FrontlineEducation/Util-JsonApiSerializer Class Usage Examples

Public Methods

Method Description
GetResourceTypeFromRepresentationType ( Type resourceType ) : string
PluralizedCamelCaseTypeConvention ( ) : System

Protected Methods

Method Description
Camelize ( string name ) : string
Pluralize ( string name ) : string

Method Details

Camelize() protected method

protected Camelize ( string name ) : string
name string
return string

GetResourceTypeFromRepresentationType() public method

public GetResourceTypeFromRepresentationType ( Type resourceType ) : string
resourceType System.Type
return string

Pluralize() protected method

protected Pluralize ( string name ) : string
name string
return string

PluralizedCamelCaseTypeConvention() public method

public PluralizedCamelCaseTypeConvention ( ) : System
return System