リサイズはクリックかドラッグ

CallCommonEventByName クラス

イベントコマンド・コモンイベント(イベント名)
継承階層
SystemObject
  WodiLib.SysModelBaseEventCommandBase
    WodiLib.Event.EventCommandEventCommandBase
      WodiLib.Event.EventCommandCallCommonEventBase
        WodiLib.Event.EventCommandCallCommonEventByName

名前空間:  WodiLib.Event.EventCommand
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
[SerializableAttribute]
public class CallCommonEventByName : CallCommonEventBase

CallCommonEventByName 型は下記のメンバーを公開します。

コンストラクター
  名前説明
Public メソッドCallCommonEventByName
CallCommonEventByNameクラスの新しいインスタンスを初期化します
トップ
プロパティ
  名前説明
Public プロパティActionEntry
キャラ動作指定

動作指定を持たないコマンドの場合、null

(EventCommandBaseから継承)
Public プロパティAllNumberArgList
すべての数値引数リスト
(EventCommandBaseから継承)
Public プロパティAllStringArgList
すべての文字列引数リスト
(EventCommandBaseから継承)
Public プロパティEventCommandCode
イベントコマンドコード
(EventCommandBaseEventCommandCodeをオーバーライド)
Protected プロパティEventCommandColorSet
イベントコマンドカラーセット
(CallCommonEventBaseから継承)
Protected プロパティEventIdOrName
イベントID、または名前
(CallCommonEventBaseから継承)
Public プロパティEventName
コモンイベント名
Public プロパティExpansionNumberArgList
拡張数値引数リスト
(EventCommandBaseから継承)
Public プロパティExpansionString
拡張文字列
(EventCommandBaseから継承)
Public プロパティExpansionStringArgList
拡張文字列引数リスト
(EventCommandBaseから継承)
Public プロパティHasActionEntry
動作指定ありフラグ
(EventCommandBaseから継承)
Public プロパティIndent
インデントの深さ
(EventCommandBaseから継承)
Public プロパティIntArg1
数値引数1
(CallCommonEventBaseから継承)
Public プロパティIntArg2
数値引数2
(CallCommonEventBaseから継承)
Public プロパティIntArg3
数値引数3
(CallCommonEventBaseから継承)
Public プロパティIntArg4
数値引数4
(CallCommonEventBaseから継承)
Public プロパティIntArg5
数値引数5
(CallCommonEventBaseから継承)
Public プロパティIntArgList
数値引数リスト
(CallCommonEventBaseから継承)
Public プロパティIntArgValue
[Range(0, 3)] 数値引数の数
(CallCommonEventBaseから継承)
Protected プロパティIsCallMapEventId
マップイベント呼び出しフラグ
(CallCommonEventBaseから継承)
Public プロパティIsGetReturnValue
戻り値を受け取る
(CallCommonEventBaseから継承)
Protected プロパティIsOrderByString
イベント文字列指定フラグ
(CallCommonEventBaseIsOrderByStringをオーバーライド)
Public プロパティNumberVariableCount
数値変数個数
(CallCommonEventBaseから継承)
Public プロパティNumberVariableCountMin
数値変数最小個数
(CallCommonEventBaseから継承)
Public プロパティPage
[Range(1, 10)] マップイベントページ
(CallCommonEventBaseから継承)
Public プロパティRawEventCommandCode
実際のイベントコマンドコード
(EventCommandBaseから継承)
Public プロパティResultOutputAddress
戻り値格納アドレス
(CallCommonEventBaseから継承)
Public プロパティStrArgList
文字列引数リスト
(CallCommonEventBaseから継承)
Public プロパティStrArgValue
[Range(0, 3)] 文字列引数の数
(CallCommonEventBaseから継承)
Public プロパティStringArg1
文字列引数1
(CallCommonEventBaseから継承)
Public プロパティStringArg2
文字列引数2
(CallCommonEventBaseから継承)
Public プロパティStringArg3
文字列引数3
(CallCommonEventBaseから継承)
Public プロパティStringArg4
文字列引数4
(CallCommonEventBaseから継承)
Public プロパティStringArg5
文字列引数5(変数アドレス値)
(CallCommonEventBaseから継承)
Public プロパティStringVariableCount
文字列変数個数
(CallCommonEventBaseから継承)
Public プロパティStringVariableCountMin
文字列変数最小個数
(CallCommonEventBaseから継承)
Protected プロパティWodiLibLogger
ロガー
(EventCommandBaseから継承)
トップ
メソッド
  名前説明
Public メソッドEquals(Object)
Determines whether the specified object is equal to the current object.
(ModelBaseTChildから継承)
Public メソッドEquals(EventCommandBase)
値を比較する。
(EventCommandBaseから継承)
Public メソッドEquals(IEventCommand)
Indicates whether the current object is equal to another object of the same type.
(EventCommandBaseから継承)
Public メソッドEquals(ModelBaseTChild)
値を比較する。
(ModelBaseTChildから継承)
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetEventCommandSentenceInfo
イベントコマンド文字列情報を取得する。
(EventCommandBaseから継承)
Public メソッドGetHashCode
Serves as the default hash function.
(ModelBaseTChildから継承)
Public メソッドGetNumberVariable
インデックスを指定して数値変数を取得する。 拡張引数にも対応する。
(EventCommandBaseから継承)
Public メソッドGetSafetyNumberVariable
インデックスを指定して数値変数を取得する。 ウディタ標準仕様でサポートしているインデックスのみ取得可能。
(CallCommonEventBaseから継承)
Public メソッドGetSafetyStringVariable
インデックスを指定して文字列変数を取得する。 ウディタ標準仕様でサポートしているインデックスのみ取得可能。
(CallCommonEventBaseから継承)
Public メソッドGetStringVariable
インデックスを指定して文字列変数を取得する。 拡張引数にも対応する。
(EventCommandBaseから継承)
Public メソッドGetType
Gets the Type of the current instance.
(Objectから継承)
Protected メソッドMakeEventCommandMainSentence
イベントコマンド文字列のメイン部分(インデント以降の部分)を生成する。
(CallCommonEventBaseから継承)
Protected メソッドMakeEventCommandMainSentenceInner
CallCommonEventのイベントコマンドを取得する。
(CallCommonEventBaseMakeEventCommandMainSentenceInner(EventCommandSentenceResolver, EventCommandSentenceType, EventCommandSentenceResolveDesc, String, String)をオーバーライド)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Protected メソッドNotifyPropertyChanged
プロパティ変更イベント
(ModelBaseTChildから継承)
Public メソッドOutputVersionWarningLogIfNeed
VersionConfigにセットされたバージョンとイベントコマンドの内容を確認し、 イベントコマンドの内容が設定バージョンに対応していないものであれば警告ログを出力する。
(EventCommandBaseから継承)
Public メソッドSetNumberVariable
インデックスを指定して数値変数を設定する。 拡張引数にも対応する。
(EventCommandBaseから継承)
Public メソッドSetSafetyNumberVariable
数値変数を設定する。
(CallCommonEventBaseから継承)
Public メソッドSetSafetyStringVariable
文字列変数を設定する。
(CallCommonEventBaseから継承)
Public メソッドSetStringVariable
インデックスを指定して数値変数を設定する。 拡張引数にも対応する。
(EventCommandBaseから継承)
Public メソッドToBinary
バイナリデータに変換する。
(EventCommandBaseから継承)
Public メソッドToEventCodeString
イベントコードに変換する。
(EventCommandBaseから継承)
Public メソッドToString
Returns a string that represents the current object.
(Objectから継承)
トップ
イベント
フィールド
  名前説明
Protected フィールドCommandCodeFormat
コマンドコードフォーマット
(EventCommandBaseから継承)
トップ
関連項目