C# Класс Universe.Framework.Utilities.CapsUtil

Capabilities utility methods
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateCAPS ( string method, string appendedPath ) : string
GetCapsPathFromCapsSeed ( string capsSeedPath ) : string

Retrieve the CapsPath from a CapsSeed

GetCapsSeedPath ( string capsObjectPath ) : string

Generate a CAPS seed path using a previously generated CAPS object path component

GetRandomCapsObjectPath ( ) : string

Get a random CAPS object path component that will be used as the identifying part of all future CAPS requests

Описание методов

CreateCAPS() публичный статический Метод

public static CreateCAPS ( string method, string appendedPath ) : string
method string
appendedPath string
Результат string

GetCapsPathFromCapsSeed() публичный статический Метод

Retrieve the CapsPath from a CapsSeed
public static GetCapsPathFromCapsSeed ( string capsSeedPath ) : string
capsSeedPath string Should be in the form of "/CAPS/CapsPath/
Результат string

GetCapsSeedPath() публичный статический Метод

Generate a CAPS seed path using a previously generated CAPS object path component
public static GetCapsSeedPath ( string capsObjectPath ) : string
capsObjectPath string
Результат string

GetRandomCapsObjectPath() публичный статический Метод

Get a random CAPS object path component that will be used as the identifying part of all future CAPS requests
public static GetRandomCapsObjectPath ( ) : string
Результат string