次の方法で共有


OperationResultLogItemContract クラス

定義

作成、更新、または削除されているエンティティのログ。

public class OperationResultLogItemContract
type OperationResultLogItemContract = class
Public Class OperationResultLogItemContract
継承
OperationResultLogItemContract

コンストラクター

OperationResultLogItemContract()

OperationResultLogItemContract クラスの新しいインスタンスを初期化します。

OperationResultLogItemContract(String, String, String)

OperationResultLogItemContract クラスの新しいインスタンスを初期化します。

プロパティ

Action

create/update/delete などのアクションを取得または設定します。

ObjectKey

作成/更新/削除されるエンティティの識別子を取得または設定します。

ObjectType

エンティティ コントラクトの種類を取得または設定します。

適用対象