C# 클래스 Tests.Universal.HTMLBindingTests.HTMLBindingBase

파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

보호된 프로퍼티들

프로퍼티 타입 설명
_DataContext Neutronium.Example.ViewModel.Person
_ICommand ICommand

보호된 메소드들

메소드 설명
Check ( IJavascriptObject coll, IList iskill ) : void
HTMLBindingBase ( IWindowLessHTMLEngineProvider testEnvironment, ITestOutputHelper output ) : System.Collections.Generic

메소드 상세

Check() 보호된 메소드

protected Check ( IJavascriptObject coll, IList iskill ) : void
coll IJavascriptObject
iskill IList
리턴 void

HTMLBindingBase() 보호된 메소드

protected HTMLBindingBase ( IWindowLessHTMLEngineProvider testEnvironment, ITestOutputHelper output ) : System.Collections.Generic
testEnvironment IWindowLessHTMLEngineProvider
output ITestOutputHelper
리턴 System.Collections.Generic

프로퍼티 상세

_DataContext 보호되어 있는 프로퍼티

protected Person,Neutronium.Example.ViewModel _DataContext
리턴 Neutronium.Example.ViewModel.Person

_ICommand 보호되어 있는 프로퍼티

protected ICommand _ICommand
리턴 ICommand