C# Class PureCat.Message.Internals.AbstractMessage

Inheritance: IMessage
Afficher le fichier Open project: chinaboard/PureCat

Méthodes publiques

Méthode Description
AddData ( string keyValuePairs ) : void
AddData ( string key, Object value ) : void
Complete ( ) : void
IsCompleted ( ) : bool
IsSuccess ( ) : bool
SetStatus ( Exception e ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
AbstractMessage ( string type, string name, IMessageManager messageManager = null ) : System
SetCompleted ( bool completed ) : void

Method Details

AbstractMessage() protected méthode

protected AbstractMessage ( string type, string name, IMessageManager messageManager = null ) : System
type string
name string
messageManager IMessageManager
Résultat System

AddData() public méthode

public AddData ( string keyValuePairs ) : void
keyValuePairs string
Résultat void

AddData() public méthode

public AddData ( string key, Object value ) : void
key string
value Object
Résultat void

Complete() public méthode

public Complete ( ) : void
Résultat void

IsCompleted() public méthode

public IsCompleted ( ) : bool
Résultat bool

IsSuccess() public méthode

public IsSuccess ( ) : bool
Résultat bool

SetCompleted() protected méthode

protected SetCompleted ( bool completed ) : void
completed bool
Résultat void

SetStatus() public méthode

public SetStatus ( Exception e ) : void
e System.Exception
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string