Class DialogBatch
Inheritance
System.Object
DialogBatch
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Win32.Dialogs
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DialogBatch
Constructors
DialogBatch()
Declaration
public DialogBatch()
Properties
AutoRemove
Declaration
public bool AutoRemove { get; set; }
Property Value
System.Boolean
|
Dialogs
Declaration
public List<IDialog> Dialogs { get; }
Property Value
System.Collections.Generic.List<IDialog>
|