C# 클래스 a7DocumentDbStudio.Model.DocumentModel

상속: DocumentDbModelBase
파일 보기 프로젝트 열기: alekkowalczyk/a7DocumentDbStudio 1 사용 예제들

공개 메소드들

메소드 설명
ChangePropertyValue ( string propertyPath, object newValue ) : System.Threading.Tasks.Task
DocumentModel ( Microsoft.Azure.Documents.Client.DocumentClient client, CollectionModel sourceCollection, Document document ) : Microsoft.Azure.Documents
ReplaceFromString ( string str ) : System.Threading.Tasks.Task
ToString ( ) : string
this ( string key ) : string

비공개 메소드들

메소드 설명
toOrderedJToken ( ) : JToken

gets the _* properties at the bottom

메소드 상세

ChangePropertyValue() 공개 메소드

public ChangePropertyValue ( string propertyPath, object newValue ) : System.Threading.Tasks.Task
propertyPath string
newValue object
리턴 System.Threading.Tasks.Task

DocumentModel() 공개 메소드

public DocumentModel ( Microsoft.Azure.Documents.Client.DocumentClient client, CollectionModel sourceCollection, Document document ) : Microsoft.Azure.Documents
client Microsoft.Azure.Documents.Client.DocumentClient
sourceCollection CollectionModel
document Document
리턴 Microsoft.Azure.Documents

ReplaceFromString() 공개 메소드

public ReplaceFromString ( string str ) : System.Threading.Tasks.Task
str string
리턴 System.Threading.Tasks.Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string