C# 클래스 Cornerstone.ScraperEngine.ScriptableScraper

파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
author string
debug bool
description string
id int
language string
loadSuccessful bool
name string
publishedDay int
publishedMonth int
publishedYear int
scriptType StringList
versionMajor int
versionMinor int
versionPoint int

공개 메소드들

메소드 설명
Execute ( string action, string>.Dictionary input ) : string>.Dictionary
ScriptableScraper ( FileInfo filename ) : System
ScriptableScraper ( string xmlScript ) : System
ScriptableScraper ( string xmlScript, bool debug ) : System

비공개 메소드들

메소드 설명
loadActionNodes ( ) : void
loadDetails ( ) : bool

메소드 상세

Execute() 공개 메소드

public Execute ( string action, string>.Dictionary input ) : string>.Dictionary
action string
input string>.Dictionary
리턴 string>.Dictionary

ScriptableScraper() 공개 메소드

public ScriptableScraper ( FileInfo filename ) : System
filename System.IO.FileInfo
리턴 System

ScriptableScraper() 공개 메소드

public ScriptableScraper ( string xmlScript ) : System
xmlScript string
리턴 System

ScriptableScraper() 공개 메소드

public ScriptableScraper ( string xmlScript, bool debug ) : System
xmlScript string
debug bool
리턴 System

프로퍼티 상세

author 보호되어 있는 프로퍼티

protected string author
리턴 string

debug 보호되어 있는 프로퍼티

protected bool debug
리턴 bool

description 보호되어 있는 프로퍼티

protected string description
리턴 string

id 보호되어 있는 프로퍼티

protected int id
리턴 int

language 보호되어 있는 프로퍼티

protected string language
리턴 string

loadSuccessful 보호되어 있는 프로퍼티

protected bool loadSuccessful
리턴 bool

name 보호되어 있는 프로퍼티

protected string name
리턴 string

publishedDay 보호되어 있는 프로퍼티

protected int publishedDay
리턴 int

publishedMonth 보호되어 있는 프로퍼티

protected int publishedMonth
리턴 int

publishedYear 보호되어 있는 프로퍼티

protected int publishedYear
리턴 int

scriptType 보호되어 있는 프로퍼티

protected StringList scriptType
리턴 StringList

versionMajor 보호되어 있는 프로퍼티

protected int versionMajor
리턴 int

versionMinor 보호되어 있는 프로퍼티

protected int versionMinor
리턴 int

versionPoint 보호되어 있는 프로퍼티

protected int versionPoint
리턴 int