C# Class MonoDevelop.Monobjc.Tracking.EmbeddingHandler

Inheritance: ProjectHandler
Afficher le fichier Open project: Monobjc/monobjc-monodevelop

Méthodes publiques

Méthode Description
ApplyEmbedding ( IEnumerable e ) : void
EmbeddingHandler ( MonobjcProject project ) : System

Initializes a new instance of the EmbeddingHandler class.

Private Methods

Méthode 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 méthode

public ApplyEmbedding ( IEnumerable e ) : void
e IEnumerable
Résultat void

EmbeddingHandler() public méthode

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