C# Класс PHB.Apps.Mesh.ProfileManager.Profile

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

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

Метод Описание
GetChildren ( ) : List

Create a list containing all the current children.

Profile ( ) : System
Profile ( RegistrationDevice Registration ) : System

Construct a profile entry from a device profile registration.

Profile ( RegistrationPersonal Registration ) : System

Construct a profile entry from a personal profile registration.

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

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

Create a list containing all the current children.
public GetChildren ( ) : List
Результат List

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

public Profile ( ) : System
Результат System

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

Construct a profile entry from a device profile registration.
public Profile ( RegistrationDevice Registration ) : System
Registration RegistrationDevice The profile registration to use
Результат System

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

Construct a profile entry from a personal profile registration.
public Profile ( RegistrationPersonal Registration ) : System
Registration RegistrationPersonal The profile registration to use
Результат System