C# Class SocialPlus.Server.WebRole.Versioning.VersionRangeAttribute

Inheritance: BaseVersionRangeAttribute
显示文件 Open project: microsoft/EmbeddedSocial-Service

Public Methods

Method Description
VersionRangeAttribute ( string versionRange ) : System

Initializes a new instance of the VersionRangeAttribute class.

Private Methods

Method Description
GetServiceVersionInfo ( ) : IServiceVersionInfo

Gets service version info

Method Details

VersionRangeAttribute() public method

Initializes a new instance of the VersionRangeAttribute class.
public VersionRangeAttribute ( string versionRange ) : System
versionRange string attribute string for the version range
return System