C# Class FluentMetadata.QueryFluentMetadata

Datei anzeigen Open project: forger/FluentMetadata Class Usage Examples

Public Methods

Method 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 method

public static FindMetadataFor ( Type type, string propertyName ) : FluentMetadata.Metadata
type System.Type
propertyName string
return FluentMetadata.Metadata

GetMetadataFor() public static method

public static GetMetadataFor ( Type type ) : FluentMetadata.Metadata
type System.Type
return FluentMetadata.Metadata

GetMetadataFor() public static method

public static GetMetadataFor ( Type type, string propertyName ) : FluentMetadata.Metadata
type System.Type
propertyName string
return FluentMetadata.Metadata