C# 클래스 PHB.Apps.Mesh.ProfileManager.Profile

상속: Object
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
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