Class DialogTransferDataAction
データを渡してダイアログ ウィンドウを表示するアクション。 ダイアログ側のビューモデルはデータ受取り用の IDialogTransferContainer インターフェイスの実装が必要。
Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.Animation.Animatable
Microsoft.Xaml.Behaviors.TriggerAction
Microsoft.Xaml.Behaviors.TriggerAction<System.Windows.FrameworkElement>
DialogTransferDataAction
Implements
System.Windows.Media.Animation.IAnimatable
Microsoft.Xaml.Behaviors.IAttachedObject
Inherited Members
Microsoft.Xaml.Behaviors.TriggerAction<System.Windows.FrameworkElement>.AssociatedObject
Microsoft.Xaml.Behaviors.TriggerAction<System.Windows.FrameworkElement>.AssociatedObjectTypeConstraint
Microsoft.Xaml.Behaviors.TriggerAction.IsEnabledProperty
Microsoft.Xaml.Behaviors.TriggerAction.OnAttached()
Microsoft.Xaml.Behaviors.TriggerAction.OnDetaching()
Microsoft.Xaml.Behaviors.TriggerAction.CreateInstanceCore()
Microsoft.Xaml.Behaviors.TriggerAction.Attach(System.Windows.DependencyObject)
Microsoft.Xaml.Behaviors.TriggerAction.Detach()
Microsoft.Xaml.Behaviors.TriggerAction.IsEnabled
Microsoft.Xaml.Behaviors.TriggerAction.Microsoft.Xaml.Behaviors.IAttachedObject.AssociatedObject
System.Windows.Media.Animation.Animatable.ApplyAnimationClock(System.Windows.DependencyProperty, System.Windows.Media.Animation.AnimationClock)
System.Windows.Media.Animation.Animatable.ApplyAnimationClock(System.Windows.DependencyProperty, System.Windows.Media.Animation.AnimationClock, System.Windows.Media.Animation.HandoffBehavior)
System.Windows.Media.Animation.Animatable.BeginAnimation(System.Windows.DependencyProperty, System.Windows.Media.Animation.AnimationTimeline)
System.Windows.Media.Animation.Animatable.BeginAnimation(System.Windows.DependencyProperty, System.Windows.Media.Animation.AnimationTimeline, System.Windows.Media.Animation.HandoffBehavior)
System.Windows.Media.Animation.Animatable.Clone()
System.Windows.Media.Animation.Animatable.FreezeCore(System.Boolean)
System.Windows.Media.Animation.Animatable.GetAnimationBaseValue(System.Windows.DependencyProperty)
System.Windows.Media.Animation.Animatable.HasAnimatedProperties
System.Windows.Freezable.CloneCore(System.Windows.Freezable)
System.Windows.Freezable.CloneCurrentValue()
System.Windows.Freezable.CloneCurrentValueCore(System.Windows.Freezable)
System.Windows.Freezable.CreateInstance()
System.Windows.Freezable.Freeze()
System.Windows.Freezable.Freeze(System.Windows.Freezable, System.Boolean)
System.Windows.Freezable.GetAsFrozen()
System.Windows.Freezable.GetAsFrozenCore(System.Windows.Freezable)
System.Windows.Freezable.GetCurrentValueAsFrozen()
System.Windows.Freezable.GetCurrentValueAsFrozenCore(System.Windows.Freezable)
System.Windows.Freezable.OnChanged()
System.Windows.Freezable.OnFreezablePropertyChanged(System.Windows.DependencyObject, System.Windows.DependencyObject)
System.Windows.Freezable.OnFreezablePropertyChanged(System.Windows.DependencyObject, System.Windows.DependencyObject, System.Windows.DependencyProperty)
System.Windows.Freezable.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
System.Windows.Freezable.ReadPreamble()
System.Windows.Freezable.WritePostscript()
System.Windows.Freezable.WritePreamble()
System.Windows.Freezable.CanFreeze
System.Windows.Freezable.IsFrozen
System.Windows.Freezable.Changed
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.Equals(System.Object)
System.Windows.DependencyObject.GetHashCode()
System.Windows.DependencyObject.GetLocalValueEnumerator()
System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.SetCurrentValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.DependencyObjectType
System.Windows.DependencyObject.IsSealed
System.Windows.Threading.DispatcherObject.Dispatcher
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MakCraft.Behaviors
Assembly: MakViewModelBaseCore.dll
Syntax
public class DialogTransferDataAction : TriggerAction<FrameworkElement>, IAnimatable, IAttachedObject
Fields
| Improve this Doc View SourceActionCallBackProperty
ダイアログを閉じた際に実行するコールバック。
Declaration
public static readonly DependencyProperty ActionCallBackProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
DialogModeProperty
ダイアログの表示種別。
Declaration
public static readonly DependencyProperty DialogModeProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
DialogTypeProperty
表示するダイアログのクラス名。
Declaration
public static readonly DependencyProperty DialogTypeProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
ParameterProperty
ダイアログウィンドウに渡すデータを格納。
Declaration
public static readonly DependencyProperty ParameterProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
ResultViewModelProperty
作成したウィンドウのビューモデルオブジェクトへの参照。 ダイアログ側で設定したデータの参照用。
Declaration
public static readonly DependencyProperty ResultViewModelProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
| Improve this Doc View SourceActionCallBack
ダイアログを閉じた際に実行するコールバック。
Declaration
public Action<bool?> ActionCallBack { get; set; }
Property Value
Type | Description |
---|---|
System.Action<System.Nullable<System.Boolean>> |
DialogMode
ダイアログの表示種別。
Declaration
public DialogModes DialogMode { get; set; }
Property Value
Type | Description |
---|---|
DialogModes |
DialogType
表示するダイアログのクラス名。
Declaration
public Type DialogType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Parameter
ダイアログウィンドウに渡すデータを格納。
Declaration
public object Parameter { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ResultViewModel
作成したウィンドウのビューモデルオブジェクトへの参照。 ダイアログ側で設定したデータの参照用。
Declaration
public object ResultViewModel { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceInvoke(Object)
Invokes the action.
Declaration
protected override void Invoke(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |
Overrides
Microsoft.Xaml.Behaviors.TriggerAction.Invoke(System.Object)
Implements
System.Windows.Media.Animation.IAnimatable
Microsoft.Xaml.Behaviors.IAttachedObject