C# 클래스 TrackableData.MongoDB.DocumentHelper

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

공개 메소드들

메소드 설명
CombineDotPath ( string a, string b ) : string
DeleteAsync ( IMongoCollection collection ) : Task
QueryValue ( BsonDocument doc, IEnumerable keys ) : BsonValue
ToDotPath ( IEnumerable keys ) : string
ToDotPathWithTrailer ( IEnumerable keys ) : string

메소드 상세

CombineDotPath() 공개 정적인 메소드

public static CombineDotPath ( string a, string b ) : string
a string
b string
리턴 string

DeleteAsync() 공개 정적인 메소드

public static DeleteAsync ( IMongoCollection collection ) : Task
collection IMongoCollection
리턴 Task

QueryValue() 공개 정적인 메소드

public static QueryValue ( BsonDocument doc, IEnumerable keys ) : BsonValue
doc BsonDocument
keys IEnumerable
리턴 BsonValue

ToDotPath() 공개 정적인 메소드

public static ToDotPath ( IEnumerable keys ) : string
keys IEnumerable
리턴 string

ToDotPathWithTrailer() 공개 정적인 메소드

public static ToDotPathWithTrailer ( IEnumerable keys ) : string
keys IEnumerable
리턴 string