Class CodeSample
Inheritance
System.Object
CodeSample
Assembly: LymeTemplateApi.Models.dll
Syntax
public class CodeSample : object
Properties
CodeSampleBlocks
Declaration
public IList<CodeSampleBlock> CodeSampleBlocks { get; set; }
Property Value
Description
Declaration
public string? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|