C# Class Monobjc.Tools.Xcode.PBXProject

The element for the project.
Inheritance: PBXElement
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

AddProjectReference ( PBXGroup group, PBXFileReference file ) : void

Adds the project reference.

AddRegion ( String region ) : void

Adds the region.

AddTarget ( PBXTarget target ) : void

Adds the target.

PBXProject ( ) : System

Initializes a new instance of the PBXProject class.

RemoveProjectReference ( PBXFileReference file ) : void

Removes the project reference.

RemoveRegion ( String region ) : void

Removes the region.

RemoveTarget ( PBXTarget target ) : void

Removes the target.

WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void

Writes this element to the writer.

Method Details

Accept() public méthode

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
Résultat void

AddProjectReference() public méthode

Adds the project reference.
public AddProjectReference ( PBXGroup group, PBXFileReference file ) : void
group PBXGroup The group.
file PBXFileReference The file.
Résultat void

AddRegion() public méthode

Adds the region.
public AddRegion ( String region ) : void
region String The region.
Résultat void

AddTarget() public méthode

Adds the target.
public AddTarget ( PBXTarget target ) : void
target PBXTarget The target.
Résultat void

PBXProject() public méthode

Initializes a new instance of the PBXProject class.
public PBXProject ( ) : System
Résultat System

RemoveProjectReference() public méthode

Removes the project reference.
public RemoveProjectReference ( PBXFileReference file ) : void
file PBXFileReference The file.
Résultat void

RemoveRegion() public méthode

Removes the region.
public RemoveRegion ( String region ) : void
region String The region.
Résultat void

RemoveTarget() public méthode

Removes the target.
public RemoveTarget ( PBXTarget target ) : void
target PBXTarget The target.
Résultat void

WriteTo() public méthode

Writes this element to the writer.
public WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
Résultat void