C# Class Cornerstone.ScraperEngine.Modifiers.DateModifier

Inheritance: IValueModifier
ファイルを表示 Open project: damienhaynes/moving-pictures

Protected Properties

Property Type Description
logger Logger

Public Methods

Method Description
Parse ( ScriptableScraper context, string value, string options ) : string

Method Details

Parse() public method

public Parse ( ScriptableScraper context, string value, string options ) : string
context ScriptableScraper
value string
options string
return string

Property Details

logger protected_oe static_oe property

protected static Logger logger
return Logger