Class Environment.Scene.Dialog.Save
Inheritance
System.Object
Environment.Scene.Dialog.Save
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: Experior.Core
Assembly: Experior.Core.dll
Syntax
public static class Save
Properties
DefaultFileType
Declaration
public static string DefaultFileType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisableExperiorFileTypeSave
Declaration
public static bool DisableExperiorFileTypeSave { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FileTypes
Declaration
public static IReadOnlyDictionary<string, string> FileTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> |
Methods
AddFileType(String, String)
Declaration
public static void AddFileType(string description, string extension)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | |
System.String | extension |
InvokeOnSave(Object, String)
Declaration
public static bool InvokeOnSave(object sender, string filename)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.String | filename |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveFileType(String)
Declaration
public static bool RemoveFileType(string extension)
Parameters
Type | Name | Description |
---|---|---|
System.String | extension |
Returns
Type | Description |
---|---|
System.Boolean |
Events
OnSave
Declaration
public static event EventHandler<string> OnSave
Event Type
Type | Description |
---|---|
System.EventHandler<System.String> |