C# Класс Vtex.Apps.Client.Extensions.ResourceNotFoundExceptionExtensions

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

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

Метод Описание
WithApp ( this @this, AppIdentifier id ) : ResourceNotFoundException
WithApp ( this @this, AppIdentifier id, string version ) : ResourceNotFoundException
WithApp ( this @this, AppIdentifier id, string version, string path ) : ResourceNotFoundException
WithApp ( this @this, AppIdentifier id, string version, string service, string path ) : ResourceNotFoundException
WithSandbox ( this @this, string vendor, string sandbox ) : ResourceNotFoundException
WithSandbox ( this @this, string vendor, string sandbox, string app ) : ResourceNotFoundException
WithSandbox ( this @this, string vendor, string sandbox, string app, string service, string path ) : ResourceNotFoundException
WithWorkspace ( this @this, string account, string workspace ) : ResourceNotFoundException
WithWorkspace ( this @this, string account, string workspace, AppIdentifier app ) : ResourceNotFoundException
WithWorkspace ( this @this, string account, string workspace, AppIdentifier app, string service ) : ResourceNotFoundException
WithWorkspace ( this @this, string account, string workspace, AppIdentifier app, string service, string filePath ) : ResourceNotFoundException

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

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

public static WithApp ( this @this, AppIdentifier id ) : ResourceNotFoundException
@this this
id AppIdentifier
Результат ResourceNotFoundException

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

public static WithApp ( this @this, AppIdentifier id, string version ) : ResourceNotFoundException
@this this
id AppIdentifier
version string
Результат ResourceNotFoundException

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

public static WithApp ( this @this, AppIdentifier id, string version, string path ) : ResourceNotFoundException
@this this
id AppIdentifier
version string
path string
Результат ResourceNotFoundException

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

public static WithApp ( this @this, AppIdentifier id, string version, string service, string path ) : ResourceNotFoundException
@this this
id AppIdentifier
version string
service string
path string
Результат ResourceNotFoundException

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

public static WithSandbox ( this @this, string vendor, string sandbox ) : ResourceNotFoundException
@this this
vendor string
sandbox string
Результат ResourceNotFoundException

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

public static WithSandbox ( this @this, string vendor, string sandbox, string app ) : ResourceNotFoundException
@this this
vendor string
sandbox string
app string
Результат ResourceNotFoundException

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

public static WithSandbox ( this @this, string vendor, string sandbox, string app, string service, string path ) : ResourceNotFoundException
@this this
vendor string
sandbox string
app string
service string
path string
Результат ResourceNotFoundException

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

public static WithWorkspace ( this @this, string account, string workspace ) : ResourceNotFoundException
@this this
account string
workspace string
Результат ResourceNotFoundException

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

public static WithWorkspace ( this @this, string account, string workspace, AppIdentifier app ) : ResourceNotFoundException
@this this
account string
workspace string
app AppIdentifier
Результат ResourceNotFoundException

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

public static WithWorkspace ( this @this, string account, string workspace, AppIdentifier app, string service ) : ResourceNotFoundException
@this this
account string
workspace string
app AppIdentifier
service string
Результат ResourceNotFoundException

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

public static WithWorkspace ( this @this, string account, string workspace, AppIdentifier app, string service, string filePath ) : ResourceNotFoundException
@this this
account string
workspace string
app AppIdentifier
service string
filePath string
Результат ResourceNotFoundException