Class EventViewModel
Namespace: Momentum.Extensions.EventMarkdownGenerator.Templates.Models
Assembly: Momentum.Extensions.EventMarkdownGenerator.dll
csharp
public class EventViewModel
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EventViewModel()
csharp
public EventViewModel()
Properties
Description
csharp
public string Description { get; set; }
Property Value
Entity
csharp
public string Entity { get; set; }
Property Value
EventName
csharp
public string EventName { get; set; }
Property Value
Example
csharp
public string? Example { get; set; }
Property Value
FullTypeName
csharp
public string FullTypeName { get; set; }
Property Value
GithubUrl
csharp
public string GithubUrl { get; set; }
Property Value
HasInaccurateEstimates
csharp
public bool HasInaccurateEstimates { get; set; }
Property Value
IsInternal
csharp
public bool IsInternal { get; set; }
Property Value
IsObsolete
csharp
public bool IsObsolete { get; set; }
Property Value
Namespace
csharp
public string Namespace { get; set; }
Property Value
ObsoleteMessage
csharp
public string? ObsoleteMessage { get; set; }
Property Value
PartitionKeys
csharp
public PartitionKeyViewModel[] PartitionKeys { get; set; }
Property Value
Properties
csharp
public EventPropertyViewModel[] Properties { get; set; }
Property Value
Remarks
csharp
public string? Remarks { get; set; }
Property Value
Status
csharp
public string Status { get; set; }
Property Value
Summary
csharp
public string Summary { get; set; }
Property Value
TopicAttributeDisplayName
csharp
public string TopicAttributeDisplayName { get; set; }
Property Value
TopicName
csharp
public string TopicName { get; set; }
Property Value
TotalEstimatedSizeBytes
csharp
public int TotalEstimatedSizeBytes { get; set; }
Property Value
Version
csharp
public string Version { get; set; }