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

Наследование: PBXFileElement
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

AddChild ( PBXFileElement element ) : void

Adds the child.

Clear ( ) : void

Clear all the children.

Find ( PBXElementType nature, String name ) : PBXFileElement

Finds the specified nature.

FindFileReference ( String name ) : PBXFileReference

Finds the file reference.

FindGroup ( String name ) : PBXGroup

Finds the group.

FindVariantGroup ( String name ) : PBXVariantGroup

Finds the file reference.

PBXGroup ( ) : System

Initializes a new instance of the PBXGroup class.

PBXGroup ( String name ) : System

Initializes a new instance of the PBXGroup class.

RemoveChild ( PBXFileElement element ) : void

Removes the child.

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

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

Adds the child.
public AddChild ( PBXFileElement element ) : void
element PBXFileElement The element.
Результат void

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

Clear all the children.
public Clear ( ) : void
Результат void

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

Finds the specified nature.
public Find ( PBXElementType nature, String name ) : PBXFileElement
nature PBXElementType The nature.
name String The name.
Результат PBXFileElement

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

Finds the file reference.
public FindFileReference ( String name ) : PBXFileReference
name String The name.
Результат PBXFileReference

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

Finds the group.
public FindGroup ( String name ) : PBXGroup
name String The name.
Результат PBXGroup

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

Finds the file reference.
public FindVariantGroup ( String name ) : PBXVariantGroup
name String The name.
Результат PBXVariantGroup

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

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

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

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

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

Removes the child.
public RemoveChild ( PBXFileElement element ) : void
element PBXFileElement The element.
Результат 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