Class PartitionKeyViewModel
Namespace: Momentum.Extensions.EventMarkdownGenerator.Templates.Models
Assembly: Momentum.Extensions.EventMarkdownGenerator.dll
csharp
public class PartitionKeyViewModel
Inheritance
object ← PartitionKeyViewModel
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PartitionKeyViewModel()
csharp
public PartitionKeyViewModel()
Properties
Description
csharp
public string Description { get; set; }
Property Value
Name
csharp
public string Name { get; set; }
Property Value
Order
csharp
public int Order { get; set; }
Property Value
TypeName
csharp
public string TypeName { get; set; }