C# Class BusinessCats.SeriousBusinessCat

Afficher le fichier Open project: adzm/BusinessCats Class Usage Examples

Méthodes publiques

Свойство Type Description
whisperCat WhisperCat

Protected Properties

Свойство Type Description
_main MainWindow

Méthodes publiques

Méthode Description
AddConversation ( string subject = "" ) : void
Blp ( ) : void
DataFromClipboard ( ) : string
DataFromFile ( string filename ) : string
DataFromImage ( System image, bool useMaxWidth = true ) : string
DataFromString ( string data ) : string
DoSendImage ( string data ) : void
DoSendMessage ( Conversation conversation, string data, InstantMessageContentType type ) : void
FindConversation ( Conversation conv ) : LyncConversation
FindConversationFromTitle ( string title ) : LyncConversation
Paste ( ) : void
RefreshConversations ( bool selectActive = false ) : void
SeriousBusinessCat ( MainWindow main ) : Microsoft.Lync.Model
Snip ( ) : void
SnipAndSend ( ) : void
StartWhispering ( ) : void
TrackConversation ( Conversation conv ) : LyncConversation
UpdateConversation ( LyncConversation conv ) : void

Méthodes protégées

Méthode Description
DoRefreshConversations ( bool selectActive = false ) : void
DoSendMessageAsync ( Conversation conversation, string data, InstantMessageContentType type ) : System.Threading.Tasks.Task
DoSendText ( string data, InstantMessageContentType type ) : void
ImageToData ( System image ) : string
ScaleToWidth ( System image, int width ) : string
imModality_InstantMessageReceived ( object sender, MessageSentEventArgs e ) : void

Private Methods

Méthode Description
Conv_ParticipantAdded ( object sender, ParticipantCollectionChangedEventArgs e ) : void
Conv_ParticipantRemoved ( object sender, ParticipantCollectionChangedEventArgs e ) : void
ConversationManager_ConversationAdded ( object sender, ConversationManagerEventArgs e ) : void
ConversationManager_ConversationRemoved ( object sender, ConversationManagerEventArgs e ) : void
GetActiveConversation ( ) : LyncConversation
SaveSnip ( System bmp ) : void

Method Details

AddConversation() public méthode

public AddConversation ( string subject = "" ) : void
subject string
Résultat void

Blp() public méthode

public Blp ( ) : void
Résultat void

DataFromClipboard() public méthode

public DataFromClipboard ( ) : string
Résultat string

DataFromFile() public méthode

public DataFromFile ( string filename ) : string
filename string
Résultat string

DataFromImage() public méthode

public DataFromImage ( System image, bool useMaxWidth = true ) : string
image System
useMaxWidth bool
Résultat string

DataFromString() public méthode

public DataFromString ( string data ) : string
data string
Résultat string

DoRefreshConversations() protected méthode

protected DoRefreshConversations ( bool selectActive = false ) : void
selectActive bool
Résultat void

DoSendImage() public méthode

public DoSendImage ( string data ) : void
data string
Résultat void

DoSendMessage() public méthode

public DoSendMessage ( Conversation conversation, string data, InstantMessageContentType type ) : void
conversation Conversation
data string
type InstantMessageContentType
Résultat void

DoSendMessageAsync() protected méthode

protected DoSendMessageAsync ( Conversation conversation, string data, InstantMessageContentType type ) : System.Threading.Tasks.Task
conversation Conversation
data string
type InstantMessageContentType
Résultat System.Threading.Tasks.Task

DoSendText() protected méthode

protected DoSendText ( string data, InstantMessageContentType type ) : void
data string
type InstantMessageContentType
Résultat void

FindConversation() public méthode

public FindConversation ( Conversation conv ) : LyncConversation
conv Conversation
Résultat LyncConversation

FindConversationFromTitle() public méthode

public FindConversationFromTitle ( string title ) : LyncConversation
title string
Résultat LyncConversation

ImageToData() protected méthode

protected ImageToData ( System image ) : string
image System
Résultat string

Paste() public méthode

public Paste ( ) : void
Résultat void

RefreshConversations() public méthode

public RefreshConversations ( bool selectActive = false ) : void
selectActive bool
Résultat void

ScaleToWidth() protected méthode

protected ScaleToWidth ( System image, int width ) : string
image System
width int
Résultat string

SeriousBusinessCat() public méthode

public SeriousBusinessCat ( MainWindow main ) : Microsoft.Lync.Model
main MainWindow
Résultat Microsoft.Lync.Model

Snip() public méthode

public Snip ( ) : void
Résultat void

SnipAndSend() public méthode

public SnipAndSend ( ) : void
Résultat void

StartWhispering() public méthode

public StartWhispering ( ) : void
Résultat void

TrackConversation() public méthode

public TrackConversation ( Conversation conv ) : LyncConversation
conv Conversation
Résultat LyncConversation

UpdateConversation() public méthode

public UpdateConversation ( LyncConversation conv ) : void
conv LyncConversation
Résultat void

imModality_InstantMessageReceived() protected méthode

protected imModality_InstantMessageReceived ( object sender, MessageSentEventArgs e ) : void
sender object
e MessageSentEventArgs
Résultat void

Property Details

_main protected_oe property

protected MainWindow _main
Résultat MainWindow

whisperCat public_oe property

public WhisperCat whisperCat
Résultat WhisperCat