FormDesignerDataSource Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Provides properties and methods for a Form Designer control's data source.
Inheritance
System.Object
FormDesignerDataSource
Syntax
public class FormDesignerDataSource : IFormDesignerDataSource, IFormDesignerBaseDataSource
Constructors
FormDesignerDataSource(String, Language) | Initializes a new instance of the |
FormDesignerDataSource(String, String, String, Language) | Initializes a new instance of the |
Properties
DesignedClassFullName | Gets the fully qualified name of designed class. |
IsModified | Represents a value indicating whether designer content has been modified since last save. |
ResourcesRootPath | Gets root path for the designer resources. |
UserCodeFileName | Gets name of the file with user code. |
UserCodeLanguage | Inserts specified text fragments into the user code. |
XamlFileName | Gets name of the .xaml file. |
Methods
InsertTextIntoUserCode(FormDesignerTextSourceOperations.TextInsertionOperation[]) | |
OpenUserCodeStreamForReading() | Opens user code stream with default access mode. |
OpenXamlStream(StreamAccessMode) | Opens designer stream with specified access mode. |
ReplaceTextInXamlCode(FormDesignerTextSourceOperations.TextReplacementOperation[]) | Replaces specified text fragments within the user code. |
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()