Click or drag to resize

Message Class

Message from the server
Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.CommonMessage

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class Message : NotifyPropertyBase, 
	IEquatable<Message>

The Message type exposes the following members.

Constructors
 NameDescription
Public methodMessage 
Top
Properties
 NameDescription
Public propertyFrom 
Public propertyId 
Public propertyText 
Public propertyTo 
Public propertyUrl 
Top
Methods
 NameDescription
Public methodEquals(Message) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also