C# Class Microsoft.DbContextPackage.Resources.EntityRes

Show file Open project: aspnet/EntityFramework6 Class Usage Examples

Private Properties

Property Type Description
EntityRes System
GetLoader EntityRes

Public Methods

Method Description
GetObject ( string name ) : object
GetString ( string name ) : string
GetString ( string name, bool &usedFallback ) : string

Private Methods

Method Description
EntityRes ( ) : System
GetLoader ( ) : EntityRes

Method Details

GetObject() public static method

public static GetObject ( string name ) : object
name string
return object

GetString() public static method

public static GetString ( string name ) : string
name string
return string

GetString() public static method

public static GetString ( string name, bool &usedFallback ) : string
name string
usedFallback bool
return string