C# Class Monobjc.Tools.Generator.NAnt.PatchDocumentsTask

Inheritance: BaseTask
Afficher le fichier Open project: Monobjc/monobjc-tools

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void
Patch ( IEnumerable paths, FrameworkEntity e, IEnumerable replacements ) : void
Patch ( String baseFolder, FrameworkEntity entity, IEnumerable replacements ) : void

Method Details

ExecuteTask() protected méthode

protected ExecuteTask ( ) : void
Résultat void

Patch() protected méthode

protected Patch ( IEnumerable paths, FrameworkEntity e, IEnumerable replacements ) : void
paths IEnumerable
e Monobjc.Tools.Generator.Model.FrameworkEntity
replacements IEnumerable
Résultat void

Patch() protected méthode

protected Patch ( String baseFolder, FrameworkEntity entity, IEnumerable replacements ) : void
baseFolder String
entity Monobjc.Tools.Generator.Model.FrameworkEntity
replacements IEnumerable
Résultat void