Class SampleItem
Inheritance
System.Object
SampleItem
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 |
|