C# Class TileIconifier.Core.Shortcut.State.ShortcutItemStateController

显示文件 Open project: Jonno12345/TileIconifier

Private Properties

Property Type Description
LoadParameters void

Public Methods

Method Description
CommitChanges ( ) : void
ResetParameters ( ) : void
SaveMediumIconMetadata ( string filePath ) : void
SaveSmallIconMetadata ( string filePath ) : void
UndoChanges ( ) : void

Private Methods

Method Description
LoadParameters ( bool loadFromFile, string visualElementsManifestPath, string mediumImageResizeMetadataPath, string smallImageResizeMetadataPath, string targetFolderPath ) : void

Method Details

CommitChanges() public method

public CommitChanges ( ) : void
return void

ResetParameters() public method

public ResetParameters ( ) : void
return void

SaveMediumIconMetadata() public method

public SaveMediumIconMetadata ( string filePath ) : void
filePath string
return void

SaveSmallIconMetadata() public method

public SaveSmallIconMetadata ( string filePath ) : void
filePath string
return void

UndoChanges() public method

public UndoChanges ( ) : void
return void