C# Class Vtex.Apps.Client.Extensions.ResourceNotFoundExceptionExtensions

Mostra file Open project: vtex/apps-client-net

Public Methods

Method Description
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

Method Details

WithApp() public static method

public static WithApp ( this @this, AppIdentifier id ) : ResourceNotFoundException
@this this
id AppIdentifier
return ResourceNotFoundException

WithApp() public static method

public static WithApp ( this @this, AppIdentifier id, string version ) : ResourceNotFoundException
@this this
id AppIdentifier
version string
return ResourceNotFoundException

WithApp() public static method

public static WithApp ( this @this, AppIdentifier id, string version, string path ) : ResourceNotFoundException
@this this
id AppIdentifier
version string
path string
return ResourceNotFoundException

WithApp() public static method

public static WithApp ( this @this, AppIdentifier id, string version, string service, string path ) : ResourceNotFoundException
@this this
id AppIdentifier
version string
service string
path string
return ResourceNotFoundException

WithSandbox() public static method

public static WithSandbox ( this @this, string vendor, string sandbox ) : ResourceNotFoundException
@this this
vendor string
sandbox string
return ResourceNotFoundException

WithSandbox() public static method

public static WithSandbox ( this @this, string vendor, string sandbox, string app ) : ResourceNotFoundException
@this this
vendor string
sandbox string
app string
return ResourceNotFoundException

WithSandbox() public static method

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
return ResourceNotFoundException

WithWorkspace() public static method

public static WithWorkspace ( this @this, string account, string workspace ) : ResourceNotFoundException
@this this
account string
workspace string
return ResourceNotFoundException

WithWorkspace() public static method

public static WithWorkspace ( this @this, string account, string workspace, AppIdentifier app ) : ResourceNotFoundException
@this this
account string
workspace string
app AppIdentifier
return ResourceNotFoundException

WithWorkspace() public static method

public static WithWorkspace ( this @this, string account, string workspace, AppIdentifier app, string service ) : ResourceNotFoundException
@this this
account string
workspace string
app AppIdentifier
service string
return ResourceNotFoundException

WithWorkspace() public static method

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
return ResourceNotFoundException