C# Class MonoDevelop.Monobjc.Tracking.EmbeddingHandler

Inheritance: ProjectHandler
Show file Open project: Monobjc/monobjc-monodevelop

Public Methods

Method Description
ApplyEmbedding ( IEnumerable e ) : void
EmbeddingHandler ( MonobjcProject project ) : System

Initializes a new instance of the EmbeddingHandler class.

Private Methods

Method Description
ScheduleForEmbedding ( IList filesToAdd, IList filesToRemove ) : void
SetResourceId ( ProjectFile file ) : void

Set the resource id (default namepace + filename without extension + locale).

Method Details

ApplyEmbedding() public method

public ApplyEmbedding ( IEnumerable e ) : void
e IEnumerable
return void

EmbeddingHandler() public method

Initializes a new instance of the EmbeddingHandler class.
public EmbeddingHandler ( MonobjcProject project ) : System
project MonobjcProject The project.
return System