C# Class FloydPink.Flickr.Downloadr.Model.Enums.SafeSearch

Show file Open project: flickr-downloadr/flickr-downloadr

Public Properties

Property Type Description
Moderate string
Restricted string
Safe string

Public Methods

Method Description
GetItems ( ) : List
GetValue ( string fieldName ) : string

Method Details

GetItems() public static method

public static GetItems ( ) : List
return List

GetValue() public static method

public static GetValue ( string fieldName ) : string
fieldName string
return string

Property Details

Moderate public static property

public static string Moderate
return string

Restricted public static property

public static string Restricted
return string

Safe public static property

public static string Safe
return string