C# 클래스 FloydPink.Flickr.Downloadr.Model.Enums.SafeSearch

파일 보기 프로젝트 열기: flickr-downloadr/flickr-downloadr

공개 프로퍼티들

프로퍼티 타입 설명
Moderate string
Restricted string
Safe string

공개 메소드들

메소드 설명
GetItems ( ) : List
GetValue ( string fieldName ) : string

메소드 상세

GetItems() 공개 정적인 메소드

public static GetItems ( ) : List
리턴 List

GetValue() 공개 정적인 메소드

public static GetValue ( string fieldName ) : string
fieldName string
리턴 string

프로퍼티 상세

Moderate 공개적으로 정적으로 프로퍼티

public static string Moderate
리턴 string

Restricted 공개적으로 정적으로 프로퍼티

public static string Restricted
리턴 string

Safe 공개적으로 정적으로 프로퍼티

public static string Safe
리턴 string