C# Class RPS.FilterInfo

ファイルを表示 Open project: marijnkampf/Random-Photo-Screensaver Class Usage Examples

Public Properties

Property Type Description
name string
searchable bool
varType int

Public Methods

Method Description
FilterInfo ( string name, bool searchable, FilterInfo type ) : System

Method Details

FilterInfo() public method

public FilterInfo ( string name, bool searchable, FilterInfo type ) : System
name string
searchable bool
type FilterInfo
return System

Property Details

name public_oe property

public string name
return string

searchable public_oe property

public bool searchable
return bool

varType public_oe property

public int varType
return int