Show / Hide Table of Contents

Class SampleItem

Inheritance
System.Object
SampleItem
Namespace: LymeTemplateApi.Models
Assembly: LymeTemplateApi.Models.dll
Syntax
public class SampleItem : object

Properties

Description

Declaration
public string? Description { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32

Name

Declaration
public string? Name { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Sort

Declaration
public int Sort { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX