C# 클래스 ActivEarth.Objects.Profile.PrivacySetting

파일 보기 프로젝트 열기: mlcamilli/ActivEarth 1 사용 예제들

공개 메소드들

메소드 설명
PrivacySetting ( ) : System
PrivacySetting ( bool email, bool gender, bool age, bool weight, bool height, bool location, bool group ) : System
PrivacySetting ( string email, string gender, string age, string weight, string height, string location, string group ) : System

메소드 상세

PrivacySetting() 공개 메소드

public PrivacySetting ( ) : System
리턴 System

PrivacySetting() 공개 메소드

public PrivacySetting ( bool email, bool gender, bool age, bool weight, bool height, bool location, bool group ) : System
email bool
gender bool
age bool
weight bool
height bool
location bool
group bool
리턴 System

PrivacySetting() 공개 메소드

public PrivacySetting ( string email, string gender, string age, string weight, string height, string location, string group ) : System
email string
gender string
age string
weight string
height string
location string
group string
리턴 System