C# 클래스 Goedel.Mesh.Platform.MeshApplication

Base class for Mesh application profiles.
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 프로퍼티들

프로퍼티 타입 설명
Changed bool

보호된 프로퍼티들

프로퍼티 타입 설명
SignedProfile SignedApplicationProfile

공개 메소드들

메소드 설명
Delete ( ) : void

delete profile

Update ( ) : void

Update profile.

메소드 상세

Delete() 공개 메소드

delete profile
public Delete ( ) : void
리턴 void

Update() 공개 메소드

Update profile.
public Update ( ) : void
리턴 void

프로퍼티 상세

Changed 공개적으로 프로퍼티

If true a change to the profile has not been synced.
public bool Changed
리턴 bool

SignedProfile 보호되어 있는 프로퍼티

The signed application profile
protected SignedApplicationProfile SignedProfile
리턴 SignedApplicationProfile