ymm4-plugin-document
読み取り中…
検索中…
一致する文字列を見つけられません
YukkuriMovieMaker.Settings.FileExtension クラス

個々のファイル拡張子とその関連付けられたファイルタイプの設定を表すクラスです。 [詳解]

YukkuriMovieMaker.Settings.FileExtension の継承関係図
YukkuriMovieMaker.Commons.ValidatableBindable

公開メンバ関数

 FileExtension ()
 FileExtension クラスの新しいインスタンスを初期化します。
基底クラス YukkuriMovieMaker.Commons.ValidatableBindable に属する継承公開メンバ関数
global::System.Collections.IEnumerable GetErrors ([global::System.Runtime.CompilerServices.Nullable(2)] string propertyName)
 指定されたプロパティの検証エラーを取得します。
 ValidatableBindable ()
 ValidatableBindableクラスの新しいインスタンスを初期化します。

プロパティ

FileType FileType [get, set]
 ファイルタイプを取得または設定します。
string Extention [get, set]
 拡張子を取得または設定します。
基底クラス YukkuriMovieMaker.Commons.ValidatableBindable に属する継承プロパティ
bool HasErrors [get]
 エンティティに検証エラーがあるかどうかを示す値を取得します。

その他の継承メンバ

基底クラス YukkuriMovieMaker.Commons.ValidatableBindable に属する継承限定公開メンバ関数
override bool Set<[global::System.Runtime.CompilerServices.Nullable(2)] T > (ref T storage, T value, [global::System.Runtime.CompilerServices.CallerMemberName] string name="", params string[] etcChangedPropertyNames)
 プロパティの値を設定し、変更があった場合に通知します。また、設定前にプロパティの検証を行います。
void AddError (string propertyName, string error)
 指定されたプロパティにエラーを追加します。
void RemoveError (string propertyName)
 指定されたプロパティからエラーを削除します。
基底クラス YukkuriMovieMaker.Commons.ValidatableBindable に属する継承イベント
global::System.EventHandler< global::System.ComponentModel.DataErrorsChangedEventArgs > ErrorsChanged [add, remove]
 検証エラーが変更されたときに発生します。

詳解

個々のファイル拡張子とその関連付けられたファイルタイプの設定を表すクラスです。

このクラスは、アプリケーションが認識するファイルの種類(動画、音声、画像など)を ファイルの拡張子に基づいて定義するために使用されます。 ValidatableBindableを継承しており、データバインディングと入力検証をサポートします。

構築子と解体子

◆ FileExtension()

YukkuriMovieMaker.Settings.FileExtension.FileExtension ( )

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

プロパティ詳解

◆ Extention

string YukkuriMovieMaker.Settings.FileExtension.Extention
getset

拡張子を取得または設定します。

◆ FileType

FileType YukkuriMovieMaker.Settings.FileExtension.FileType
getset

ファイルタイプを取得または設定します。


このクラス詳解は次のファイルから抽出されました: