Class EventPropertyViewModel
Namespace: Momentum.Extensions.EventMarkdownGenerator.Templates.Models
Assembly: Momentum.Extensions.EventMarkdownGenerator.dll
csharp
public class EventPropertyViewModel
Inheritance
object ← EventPropertyViewModel
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
ElementSchemaPath
csharp
public string? ElementSchemaPath { get; set; }
Property Value
ElementTypeName
csharp
public string? ElementTypeName { get; set; }
Property Value
EstimatedSizeBytes
csharp
public int EstimatedSizeBytes { get; set; }
Property Value
EstimatedSizeDisplay
csharp
public string EstimatedSizeDisplay { get; }
Property Value
IsAccurate
csharp
public bool IsAccurate { get; set; }
Property Value
IsCollectionType
csharp
public bool IsCollectionType { get; set; }
Property Value
IsComplexType
csharp
public bool IsComplexType { get; set; }
Property Value
IsRequired
csharp
public bool IsRequired { get; set; }
Property Value
Name
csharp
public string Name { get; set; }
Property Value
SchemaLink
csharp
public string? SchemaLink { get; set; }
Property Value
SchemaPath
csharp
public string? SchemaPath { get; set; }
Property Value
SizeWarning
csharp
public string? SizeWarning { get; set; }
Property Value
TypeName
csharp
public string TypeName { get; set; }