Skip to content

Class EventPropertyViewModel

Namespace: Momentum.Extensions.EventMarkdownGenerator.Templates.Models
Assembly: Momentum.Extensions.EventMarkdownGenerator.dll

csharp
public class EventPropertyViewModel

Inheritance

objectEventPropertyViewModel

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EventPropertyViewModel()

csharp
public EventPropertyViewModel()

Properties

Description

csharp
public string Description { get; set; }

Property Value

string

ElementSchemaPath

csharp
public string? ElementSchemaPath { get; set; }

Property Value

string?

ElementTypeName

csharp
public string? ElementTypeName { get; set; }

Property Value

string?

EstimatedSizeBytes

csharp
public int EstimatedSizeBytes { get; set; }

Property Value

int

EstimatedSizeDisplay

csharp
public string EstimatedSizeDisplay { get; }

Property Value

string

IsAccurate

csharp
public bool IsAccurate { get; set; }

Property Value

bool

IsCollectionType

csharp
public bool IsCollectionType { get; set; }

Property Value

bool

IsComplexType

csharp
public bool IsComplexType { get; set; }

Property Value

bool

IsRequired

csharp
public bool IsRequired { get; set; }

Property Value

bool

Name

csharp
public string Name { get; set; }

Property Value

string

csharp
public string? SchemaLink { get; set; }

Property Value

string?

SchemaPath

csharp
public string? SchemaPath { get; set; }

Property Value

string?

SizeWarning

csharp
public string? SizeWarning { get; set; }

Property Value

string?

TypeName

csharp
public string TypeName { get; set; }

Property Value

string