C# Class Glass.Mapper.Sc.Pipelines.DataMapper.AbstractDataMapperFieldsWithSpace

Inheritance: AbstractDataMapperResolverTask
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Méthode Description
AbstractDataMapperFieldsWithSpace ( ) : System
Execute ( Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs args ) : void

Méthodes protégées

Méthode Description
GetFieldName ( string fieldName ) : string

Private Methods

Méthode Description
InsertSpacesBeforeCaps ( IEnumerable input ) : IEnumerable

Method Details

AbstractDataMapperFieldsWithSpace() public méthode

public AbstractDataMapperFieldsWithSpace ( ) : System
Résultat System

Execute() public méthode

public Execute ( Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs args ) : void
args Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs
Résultat void

GetFieldName() protected méthode

protected GetFieldName ( string fieldName ) : string
fieldName string
Résultat string