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

Exibir arquivo 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_oe static_oe property

public static string Moderate
return string

Restricted public_oe static_oe property

public static string Restricted
return string

Safe public_oe static_oe property

public static string Safe
return string