C# 클래스 EventStore.Core.Services.Transport.Http.DescriptionDocument

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

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Title string

공개 메소드들

메소드 설명
AddStreamSubscription ( string href ) : void
SetDescription ( string description ) : void
SetSelf ( string href ) : void
SetStream ( string href ) : void
SetTitle ( string title ) : void

메소드 상세

AddStreamSubscription() 공개 메소드

public AddStreamSubscription ( string href ) : void
href string
리턴 void

SetDescription() 공개 메소드

public SetDescription ( string description ) : void
description string
리턴 void

SetSelf() 공개 메소드

public SetSelf ( string href ) : void
href string
리턴 void

SetStream() 공개 메소드

public SetStream ( string href ) : void
href string
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string title ) : void
title string
리턴 void

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

Title 공개적으로 프로퍼티

public string Title
리턴 string