Class EventType
Event type
[DataContract]
public class EventType
- Inheritance
-
EventType
- Inherited Members
Properties
Category
Category
[DataMember(Name = "category")]
public string Category { get; set; }
Property Value
Description
Description
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
Type
Type
[DataMember(Name = "type")]
public string Type { get; set; }