C# Class ActivEarth.Objects.Profile.PrivacySetting

Datei anzeigen Open project: mlcamilli/ActivEarth Class Usage Examples

Public Methods

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

Method Details

PrivacySetting() public method

public PrivacySetting ( ) : System
return System

PrivacySetting() public method

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
return System

PrivacySetting() public method

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
return System