C# 클래스 VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.Model.ConversationModel

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddAfter ( ConversationSection section, ConversationSection point ) : void
AddBefore ( ConversationSection section, ConversationSection point ) : void
AddFirst ( ConversationSection section ) : void
AddLast ( ConversationSection section ) : void
ConversationModel ( System.Windows.Documents.FlowDocument document ) : System.Collections.Generic
Remove ( ConversationSection targetSection ) : void

메소드 상세

AddAfter() 공개 메소드

public AddAfter ( ConversationSection section, ConversationSection point ) : void
section ConversationSection
point ConversationSection
리턴 void

AddBefore() 공개 메소드

public AddBefore ( ConversationSection section, ConversationSection point ) : void
section ConversationSection
point ConversationSection
리턴 void

AddFirst() 공개 메소드

public AddFirst ( ConversationSection section ) : void
section ConversationSection
리턴 void

AddLast() 공개 메소드

public AddLast ( ConversationSection section ) : void
section ConversationSection
리턴 void

ConversationModel() 공개 메소드

public ConversationModel ( System.Windows.Documents.FlowDocument document ) : System.Collections.Generic
document System.Windows.Documents.FlowDocument
리턴 System.Collections.Generic

Remove() 공개 메소드

public Remove ( ConversationSection targetSection ) : void
targetSection ConversationSection
리턴 void