Method | Description | |
---|---|---|
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 |
public PrivacySetting ( bool email, bool gender, bool age, bool weight, bool height, bool location, bool group ) : System | ||
bool | ||
gender | bool | |
age | bool | |
weight | bool | |
height | bool | |
location | bool | |
group | bool | |
return | System |
public PrivacySetting ( string email, string gender, string age, string weight, string height, string location, string group ) : System | ||
string | ||
gender | string | |
age | string | |
weight | string | |
height | string | |
location | string | |
group | string | |
return | System |