Skip to content

Class PartitionKeyViewModel

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

csharp
public class PartitionKeyViewModel

Inheritance

objectPartitionKeyViewModel

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

string

Name

csharp
public string Name { get; set; }

Property Value

string

Order

csharp
public int Order { get; set; }

Property Value

int

TypeName

csharp
public string TypeName { get; set; }

Property Value

string