C# 클래스 VSTalk.Engine.Core.Feed.AddressPatterns

파일 보기 프로젝트 열기: Irdis/VSTalk

공개 메소드들

메소드 설명
From ( Interlocutor interlocutor ) : Predicate
From ( Room room ) : Predicate
To ( Interlocutor interlocutor ) : Predicate
To ( Room room ) : Predicate
To ( Client _client, Interlocutor interlocutor ) : Predicate
With ( System.Guid clientId, Jid jid ) : Predicate

메소드 상세

From() 공개 정적인 메소드

public static From ( Interlocutor interlocutor ) : Predicate
interlocutor VSTalk.Model.Interlocutor
리턴 Predicate

From() 공개 정적인 메소드

public static From ( Room room ) : Predicate
room VSTalk.Model.Room
리턴 Predicate

To() 공개 정적인 메소드

public static To ( Interlocutor interlocutor ) : Predicate
interlocutor VSTalk.Model.Interlocutor
리턴 Predicate

To() 공개 정적인 메소드

public static To ( Room room ) : Predicate
room VSTalk.Model.Room
리턴 Predicate

To() 공개 정적인 메소드

public static To ( Client _client, Interlocutor interlocutor ) : Predicate
_client VSTalk.Model.Client
interlocutor VSTalk.Model.Interlocutor
리턴 Predicate

With() 공개 정적인 메소드

public static With ( System.Guid clientId, Jid jid ) : Predicate
clientId System.Guid
jid Jid
리턴 Predicate