C# 클래스 ABsoluteMaybe.Persistence.Xml.XmlExperimentQueries

상속: IExperimentQueries
파일 보기 프로젝트 열기: troygoode/ABsoluteMaybe

공개 메소드들

메소드 설명
FindAllExperiments ( ) : IQueryable
XmlExperimentQueries ( string pathToXmlStorage ) : System

보호된 메소드들

메소드 설명
Load ( ) : System.Xml.Linq.XDocument

메소드 상세

FindAllExperiments() 공개 메소드

public FindAllExperiments ( ) : IQueryable
리턴 IQueryable

Load() 보호된 메소드

protected Load ( ) : System.Xml.Linq.XDocument
리턴 System.Xml.Linq.XDocument

XmlExperimentQueries() 공개 메소드

public XmlExperimentQueries ( string pathToXmlStorage ) : System
pathToXmlStorage string
리턴 System