Property | Type | Description | |
---|---|---|---|
AddIgnoreEvent | void | ||
AdvanceFriendEvent | void | ||
BanEvent | void | ||
BookmarkEvent | void | ||
CanIgnore | bool | ||
CanIgnoreUpdate | bool | ||
CanJoinChannel | bool | ||
CanRequestPm | bool | ||
CanUnIgnore | bool | ||
FileReportEvent | void | ||
FindLogEvent | void | ||
HandleReportEvent | void | ||
IgnoreEvent | void | ||
IgnoreUpdatesEvent | void | ||
InterestedEvent | void | ||
IsInterestedEvent | void | ||
IsUninterestedEvent | void | ||
KickEvent | void | ||
KickOrBanEvent | void | ||
Log | void | ||
Log | void | ||
OnRightClickMenuUpdated | void | ||
OnSelectedChannelChanged | void | ||
RegressFriendEvent | void | ||
RemoveIgnoreEvent | void | ||
SearchTagEvent | void | ||
UpdateRightClickMenu | void |
Method | Description | |
---|---|---|
CanHandleReport ( object args ) : bool |
Method | Description | |
---|---|---|
CopyLinkToClipboard ( object linkToCopy ) : void | ||
Dispose ( bool isManaged ) : void | ||
InvertButton ( object arguments ) : void | ||
LogoutEvent ( object o ) : void | ||
RequestChannelJoinEvent ( object args ) : void | ||
RequestPmEvent ( object args ) : void | ||
StartLinkInDefaultBrowser ( object linkToOpen ) : void | ||
ViewModelBase ( IChatState chatState ) : System |
Method | Description | |
---|---|---|
AddIgnoreEvent ( object args ) : void | ||
AdvanceFriendEvent ( object obj ) : void | ||
BanEvent ( object args ) : void | ||
BookmarkEvent ( object obj ) : void | ||
CanIgnore ( object args ) : bool | ||
CanIgnoreUpdate ( object obj ) : bool | ||
CanJoinChannel ( object args ) : bool | ||
CanRequestPm ( object args ) : bool | ||
CanUnIgnore ( object args ) : bool | ||
FileReportEvent ( object args ) : void | ||
FindLogEvent ( object args ) : void | ||
HandleReportEvent ( object args ) : void | ||
IgnoreEvent ( object args, bool remove = false ) : void | ||
IgnoreUpdatesEvent ( object args ) : void | ||
InterestedEvent ( object args, bool interestedIn = true ) : void | ||
IsInterestedEvent ( object args ) : void | ||
IsUninterestedEvent ( object args ) : void | ||
KickEvent ( object args ) : void | ||
KickOrBanEvent ( object args, bool isBan ) : void | ||
Log ( string text = null, bool isVerbose = false ) : void | ||
Log ( string text, object obj, bool isVerbose = false ) : void | ||
OnRightClickMenuUpdated ( ICharacter newTarget ) : void | ||
OnSelectedChannelChanged ( object sender, |
||
RegressFriendEvent ( object obj ) : void | ||
RemoveIgnoreEvent ( object args ) : void | ||
SearchTagEvent ( object obj ) : void | ||
UpdateRightClickMenu ( NotificationModel argument ) : void |
public CanHandleReport ( object args ) : bool | ||
args | object | |
return | bool |
protected CopyLinkToClipboard ( object linkToCopy ) : void | ||
linkToCopy | object | |
return | void |
protected InvertButton ( object arguments ) : void | ||
arguments | object | |
return | void |
protected RequestChannelJoinEvent ( object args ) : void | ||
args | object | |
return | void |
protected RequestPmEvent ( object args ) : void | ||
args | object | |
return | void |
protected StartLinkInDefaultBrowser ( object linkToOpen ) : void | ||
linkToOpen | object | |
return | void |
protected ViewModelBase ( IChatState chatState ) : System | ||
chatState | IChatState | |
return | System |