Class TimeCockpitXamlServices
Provides methods for saving XAML with correct namespaces.
Inheritance
System.Object
TimeCockpitXamlServices
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: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
public static class TimeCockpitXamlServices
Methods
Save(Object)
Saves XAML with correct namepsaces.
Declaration
public static string Save(object instance)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | The instance to convert to a string. |
Returns
Type | Description |
---|---|
System.String | Returns the generated string. |