C# Class PHB.Apps.Mesh.ProfileManager.Profile

Inheritance: Object
Mostra file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetChildren() public method

Create a list containing all the current children.
public GetChildren ( ) : List
return List

Profile() public method

public Profile ( ) : System
return System

Profile() public method

Construct a profile entry from a device profile registration.
public Profile ( RegistrationDevice Registration ) : System
Registration RegistrationDevice The profile registration to use
return System

Profile() public method

Construct a profile entry from a personal profile registration.
public Profile ( RegistrationPersonal Registration ) : System
Registration RegistrationPersonal The profile registration to use
return System