C# Класс Monobjc.Tools.Xcode.PBXProject

The element for the project.
Наследование: PBXElement
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Accept() публичный Метод

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
Результат void

AddProjectReference() публичный Метод

Adds the project reference.
public AddProjectReference ( PBXGroup group, PBXFileReference file ) : void
group PBXGroup The group.
file PBXFileReference The file.
Результат void

AddRegion() публичный Метод

Adds the region.
public AddRegion ( String region ) : void
region String The region.
Результат void

AddTarget() публичный Метод

Adds the target.
public AddTarget ( PBXTarget target ) : void
target PBXTarget The target.
Результат void

PBXProject() публичный Метод

Initializes a new instance of the PBXProject class.
public PBXProject ( ) : System
Результат System

RemoveProjectReference() публичный Метод

Removes the project reference.
public RemoveProjectReference ( PBXFileReference file ) : void
file PBXFileReference The file.
Результат void

RemoveRegion() публичный Метод

Removes the region.
public RemoveRegion ( String region ) : void
region String The region.
Результат void

RemoveTarget() публичный Метод

Removes the target.
public RemoveTarget ( PBXTarget target ) : void
target PBXTarget The target.
Результат void

WriteTo() публичный Метод

Writes this element to the writer.
public WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
Результат void