CustomerEvent Class

Represents an event.
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoCustomerEvent

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class CustomerEvent : IComparable<CustomerEvent>, 
	IEquatable<CustomerEvent>

The CustomerEvent type exposes the following members.

Constructors
  NameDescription
Public methodCustomerEvent
Initializes a new instance of the CustomerEvent class
Properties
  NameDescription
Public propertyCategory
Gets or sets an object category
Public propertyDate
Gets or sets a date and time for an event.
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(CustomerEvent)
Determines whether the specified Object is equal to the current Object.
Public methodEquals(CustomerEvent, CustomerEvent)
Determines whether the specified object instances are considered equal.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.)
Public methodGetHashCode(CustomerEvent)
GetHashCode returns a hash function for specified object.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether the specified objects are equal.
Public operatorStatic memberInequality
Determines whether the specified objects are not equal.
See Also