VersioningHelper Class

Definition

Provides methods to aid developers in writing version-safe code. This class cannot be inherited.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class VersioningHelper abstract sealed
public static class VersioningHelper
type VersioningHelper = class
Public Class VersioningHelper
Inheritance
VersioningHelper

Remarks

This class is intended to facilitate the use of the ResourceConsumptionAttribute and ResourceExposureAttribute classes.

Methods

MakeVersionSafeName(String, ResourceScope, ResourceScope)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a version-safe name based on the specified resource name and the intended resource consumption source.

MakeVersionSafeName(String, ResourceScope, ResourceScope, Type)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a version-safe name based on the specified resource name, the intended resource consumption scope, and the type using the resource.

Applies to