C# Class RPS.FilterInfo

Show file 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 property

public string name
return string

searchable public property

public bool searchable
return bool

varType public property

public int varType
return int