Class AttributePropertyViewModel
Namespace: Momentum.Extensions.EventMarkdownGenerator.Templates.Models
Assembly: Momentum.Extensions.EventMarkdownGenerator.dll
csharp
public class AttributePropertyViewModelInheritance
object ← AttributePropertyViewModel
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
AttributePropertyViewModel()
csharp
public AttributePropertyViewModel()Properties
Key
csharp
public string Key { get; set; }Property Value
Value
csharp
public string Value { get; set; }