C# 클래스 Oddr.Models.Browsers.Browser

Identified Browser model object.
상속: BuiltObject, IComparable, ICloneable
파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
Browser ( ) : System
Browser ( String>.Dictionary properties ) : System
Clone ( ) : object
CompareTo ( object obj ) : int
GetBuild ( ) : String
GetClaimedReference ( ) : String
GetClaimedReferenceVersion ( ) : String
GetCookieSupport ( ) : String
GetDisplayHeight ( ) : int
GetDisplayWidth ( ) : int
GetId ( ) : String
GetImageFormatSupport ( ) : String
GetInputModeSupport ( ) : String
GetMarkupSupport ( ) : String
GetModel ( ) : String
GetRenderer ( ) : String
GetRendererVersion ( ) : String
GetScriptSupport ( ) : String
GetStylesheetSupport ( ) : String
GetVendor ( ) : String
GetVersion ( ) : String
SetBuild ( String build ) : void
SetCookieSupport ( String cookieSupport ) : void
SetDisplayHeight ( int displayHeight ) : void
SetDisplayWidth ( int displayWidth ) : void
SetImageFormatSupport ( String imageFormatSupport ) : void
SetInputModeSupport ( String inputModeSupport ) : void
SetLayoutEngine ( String layoutEngine ) : void
SetLayoutEngineVersion ( String layoutEngineVersion ) : void
SetMarkupSupport ( String markupSupport ) : void
SetModel ( String model ) : void
SetReferenceBrowser ( String referenceBrowser ) : void
SetReferenceBrowserVersion ( String referenceBrowserVersion ) : void
SetScriptSupport ( String scriptSupport ) : void
SetStylesheetSupport ( String stylesheetSupport ) : void
SetVendor ( String vendor ) : void
SetVersion ( String version ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Browser() 공개 메소드

public Browser ( ) : System
리턴 System

Browser() 공개 메소드

public Browser ( String>.Dictionary properties ) : System
properties String>.Dictionary
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

GetBuild() 공개 메소드

public GetBuild ( ) : String
리턴 String

GetClaimedReference() 공개 메소드

public GetClaimedReference ( ) : String
리턴 String

GetClaimedReferenceVersion() 공개 메소드

public GetClaimedReferenceVersion ( ) : String
리턴 String

GetCookieSupport() 공개 메소드

public GetCookieSupport ( ) : String
리턴 String

GetDisplayHeight() 공개 메소드

public GetDisplayHeight ( ) : int
리턴 int

GetDisplayWidth() 공개 메소드

public GetDisplayWidth ( ) : int
리턴 int

GetId() 공개 메소드

public GetId ( ) : String
리턴 String

GetImageFormatSupport() 공개 메소드

public GetImageFormatSupport ( ) : String
리턴 String

GetInputModeSupport() 공개 메소드

public GetInputModeSupport ( ) : String
리턴 String

GetMarkupSupport() 공개 메소드

public GetMarkupSupport ( ) : String
리턴 String

GetModel() 공개 메소드

public GetModel ( ) : String
리턴 String

GetRenderer() 공개 메소드

public GetRenderer ( ) : String
리턴 String

GetRendererVersion() 공개 메소드

public GetRendererVersion ( ) : String
리턴 String

GetScriptSupport() 공개 메소드

public GetScriptSupport ( ) : String
리턴 String

GetStylesheetSupport() 공개 메소드

public GetStylesheetSupport ( ) : String
리턴 String

GetVendor() 공개 메소드

public GetVendor ( ) : String
리턴 String

GetVersion() 공개 메소드

public GetVersion ( ) : String
리턴 String

SetBuild() 공개 메소드

public SetBuild ( String build ) : void
build String
리턴 void

SetCookieSupport() 공개 메소드

public SetCookieSupport ( String cookieSupport ) : void
cookieSupport String
리턴 void

SetDisplayHeight() 공개 메소드

public SetDisplayHeight ( int displayHeight ) : void
displayHeight int
리턴 void

SetDisplayWidth() 공개 메소드

public SetDisplayWidth ( int displayWidth ) : void
displayWidth int
리턴 void

SetImageFormatSupport() 공개 메소드

public SetImageFormatSupport ( String imageFormatSupport ) : void
imageFormatSupport String
리턴 void

SetInputModeSupport() 공개 메소드

public SetInputModeSupport ( String inputModeSupport ) : void
inputModeSupport String
리턴 void

SetLayoutEngine() 공개 메소드

public SetLayoutEngine ( String layoutEngine ) : void
layoutEngine String
리턴 void

SetLayoutEngineVersion() 공개 메소드

public SetLayoutEngineVersion ( String layoutEngineVersion ) : void
layoutEngineVersion String
리턴 void

SetMarkupSupport() 공개 메소드

public SetMarkupSupport ( String markupSupport ) : void
markupSupport String
리턴 void

SetModel() 공개 메소드

public SetModel ( String model ) : void
model String
리턴 void

SetReferenceBrowser() 공개 메소드

public SetReferenceBrowser ( String referenceBrowser ) : void
referenceBrowser String
리턴 void

SetReferenceBrowserVersion() 공개 메소드

public SetReferenceBrowserVersion ( String referenceBrowserVersion ) : void
referenceBrowserVersion String
리턴 void

SetScriptSupport() 공개 메소드

public SetScriptSupport ( String scriptSupport ) : void
scriptSupport String
리턴 void

SetStylesheetSupport() 공개 메소드

public SetStylesheetSupport ( String stylesheetSupport ) : void
stylesheetSupport String
리턴 void

SetVendor() 공개 메소드

public SetVendor ( String vendor ) : void
vendor String
리턴 void

SetVersion() 공개 메소드

public SetVersion ( String version ) : void
version String
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string