Show / Hide Table of Contents

Class CodeSample

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

Properties

CodeSampleBlocks

Declaration
public IList<CodeSampleBlock> CodeSampleBlocks { get; set; }
Property Value
Type Description
IList<CodeSampleBlock>

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
In This Article
Back to top Generated by DocFX