Méthode | Description | |
---|---|---|
SerializeCommonParameterProperties ( StringBuilder sb, Raml.Parser.Expressions.Parameter parameter, int indentation ) : void | ||
SerializeDescriptionProperty ( StringBuilder sb, string description, int indentation ) : void | ||
SerializeListProperty ( StringBuilder sb, string title, IEnumerable |
||
SerializeMultilineProperty ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void | ||
SerializeParameterProperties ( StringBuilder sb, Raml.Parser.Expressions.Parameter parameter, int indentation ) : void | ||
SerializeProperty ( StringBuilder sb, string propertyTitle, bool propertyValue, int indentation ) : void | ||
SerializeProperty ( StringBuilder sb, string propertyTitle, int propertyValue, int indentation ) : void | ||
SerializeProperty ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void | ||
SerializeSchema ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void |
Méthode | Description | |
---|---|---|
SerializeEnumProperty ( StringBuilder sb, IEnumerable |
||
SerializeParameterProperty ( StringBuilder sb, string propertyTitle, bool propertyValue, int indentation ) : void | ||
SerializeParameterProperty ( StringBuilder sb, string propertyTitle, decimal propertyValue, int indentation ) : void | ||
SerializeParameterProperty ( StringBuilder sb, string propertyTitle, int propertyValue, int indentation ) : void | ||
SerializeParameterProperty ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void |
public static SerializeCommonParameterProperties ( StringBuilder sb, Raml.Parser.Expressions.Parameter parameter, int indentation ) : void | ||
sb | StringBuilder | |
parameter | Raml.Parser.Expressions.Parameter | |
indentation | int | |
Résultat | void |
public static SerializeDescriptionProperty ( StringBuilder sb, string description, int indentation ) : void | ||
sb | StringBuilder | |
description | string | |
indentation | int | |
Résultat | void |
public static SerializeListProperty ( StringBuilder sb, string title, IEnumerable |
||
sb | StringBuilder | |
title | string | |
enumerable | IEnumerable |
|
indent | int | |
Résultat | void |
public static SerializeMultilineProperty ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void | ||
sb | StringBuilder | |
propertyTitle | string | |
propertyValue | string | |
indentation | int | |
Résultat | void |
public static SerializeParameterProperties ( StringBuilder sb, Raml.Parser.Expressions.Parameter parameter, int indentation ) : void | ||
sb | StringBuilder | |
parameter | Raml.Parser.Expressions.Parameter | |
indentation | int | |
Résultat | void |
public static SerializeProperty ( StringBuilder sb, string propertyTitle, bool propertyValue, int indentation ) : void | ||
sb | StringBuilder | |
propertyTitle | string | |
propertyValue | bool | |
indentation | int | |
Résultat | void |
public static SerializeProperty ( StringBuilder sb, string propertyTitle, int propertyValue, int indentation ) : void | ||
sb | StringBuilder | |
propertyTitle | string | |
propertyValue | int | |
indentation | int | |
Résultat | void |
public static SerializeProperty ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void | ||
sb | StringBuilder | |
propertyTitle | string | |
propertyValue | string | |
indentation | int | |
Résultat | void |
public static SerializeSchema ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void | ||
sb | StringBuilder | |
propertyTitle | string | |
propertyValue | string | |
indentation | int | |
Résultat | void |