C# Class FluentMetadata.QueryFluentMetadata

Afficher le fichier Open project: forger/FluentMetadata Class Usage Examples

Méthodes publiques

Méthode Description
FindMetadataFor ( Type type, string propertyName ) : FluentMetadata.Metadata
GetMetadataFor ( Type type ) : FluentMetadata.Metadata
GetMetadataFor ( Type type, string propertyName ) : FluentMetadata.Metadata

Method Details

FindMetadataFor() public static méthode

public static FindMetadataFor ( Type type, string propertyName ) : FluentMetadata.Metadata
type System.Type
propertyName string
Résultat FluentMetadata.Metadata

GetMetadataFor() public static méthode

public static GetMetadataFor ( Type type ) : FluentMetadata.Metadata
type System.Type
Résultat FluentMetadata.Metadata

GetMetadataFor() public static méthode

public static GetMetadataFor ( Type type, string propertyName ) : FluentMetadata.Metadata
type System.Type
propertyName string
Résultat FluentMetadata.Metadata