Class FinalLifeCycleManagerBase
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Inheritance
System.Object
FinalLifeCycleManagerBase
Implements
Namespace: Stylelabs.M.Sdk.Models.Clients
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
FinalLifeCycleManagerBase(IMClient)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IMClient | client |
Methods
ApproveAsync(Int64)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | id |
Returns
| Type | Description |
|---|---|
| Task |
ArchiveAsync(Int64)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | id |
Returns
| Type | Description |
|---|---|
| Task |
DirectPublishAsync(Int64)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | id |
Returns
| Type | Description |
|---|---|
| Task |
GetFinalLifeCycleStatusIdAsync(FinalLifeCycleStatus)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| FinalLifeCycleStatus | status |
Returns
| Type | Description |
|---|---|
| Task<System.Nullable<System.Int64>> |
GetFinalLifeCycleStatusIdAsync(String)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | status |
Returns
| Type | Description |
|---|---|
| Task<System.Nullable<System.Int64>> |
RejectAsync(Int64, String)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | id | |
| System.String | reason |
Returns
| Type | Description |
|---|---|
| Task |
RestoreAsync(Int64)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | id |
Returns
| Type | Description |
|---|---|
| Task |
SubmitAsync(Int64)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | id |
Returns
| Type | Description |
|---|---|
| Task |