C# Class NRack.Base.AppServerMetadata

Exibir arquivo Open project: kerryjiang/NRack Class Usage Examples

Public Methods

Method Description
AppServerMetadata ( ) : System
AppServerMetadata ( IAppServerMetadata attribute, Type appType ) : System
GetAppServerMetadata ( Type serverType ) : AppServerMetadata

Method Details

AppServerMetadata() public method

public AppServerMetadata ( ) : System
return System

AppServerMetadata() public method

public AppServerMetadata ( IAppServerMetadata attribute, Type appType ) : System
attribute IAppServerMetadata
appType System.Type
return System

GetAppServerMetadata() public static method

public static GetAppServerMetadata ( Type serverType ) : AppServerMetadata
serverType System.Type
return AppServerMetadata