C# 클래스 Spark.Engine.Core.Snapshot

파일 보기 프로젝트 열기: raysearchlabs/spark 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Includes ICollection
WhenCreated DateTimeOffset

공개 메소드들

메소드 설명
Create ( Hl7.Fhir.Model.Bundle type, Uri selflink, IEnumerable keys, string sortby, IEnumerable includes = null ) : Snapshot
CreateKey ( ) : string
InRange ( int index ) : bool

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Hl7.Fhir.Model.Bundle type, Uri selflink, IEnumerable keys, string sortby, IEnumerable includes = null ) : Snapshot
type Hl7.Fhir.Model.Bundle
selflink System.Uri
keys IEnumerable
sortby string
includes IEnumerable
리턴 Snapshot

CreateKey() 공개 정적인 메소드

public static CreateKey ( ) : string
리턴 string

InRange() 공개 메소드

public InRange ( int index ) : bool
index int
리턴 bool

프로퍼티 상세

Includes 공개적으로 프로퍼티

public ICollection Includes
리턴 ICollection

WhenCreated 공개적으로 프로퍼티

public DateTimeOffset WhenCreated
리턴 DateTimeOffset