C# 클래스 RAML.WebApiExplorer.RamlSerializerHelper

파일 보기 프로젝트 열기: mulesoft-labs/raml-dotnet-apiexplorer 1 사용 예제들

공개 메소드들

메소드 설명
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 enumerable, int indent ) : void
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

비공개 메소드들

메소드 설명
SerializeEnumProperty ( StringBuilder sb, IEnumerable enumerableProperty, int indentation ) : void
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

메소드 상세

SerializeCommonParameterProperties() 공개 정적인 메소드

public static SerializeCommonParameterProperties ( StringBuilder sb, Raml.Parser.Expressions.Parameter parameter, int indentation ) : void
sb StringBuilder
parameter Raml.Parser.Expressions.Parameter
indentation int
리턴 void

SerializeDescriptionProperty() 공개 정적인 메소드

public static SerializeDescriptionProperty ( StringBuilder sb, string description, int indentation ) : void
sb StringBuilder
description string
indentation int
리턴 void

SerializeListProperty() 공개 정적인 메소드

public static SerializeListProperty ( StringBuilder sb, string title, IEnumerable enumerable, int indent ) : void
sb StringBuilder
title string
enumerable IEnumerable
indent int
리턴 void

SerializeMultilineProperty() 공개 정적인 메소드

public static SerializeMultilineProperty ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void
sb StringBuilder
propertyTitle string
propertyValue string
indentation int
리턴 void

SerializeParameterProperties() 공개 정적인 메소드

public static SerializeParameterProperties ( StringBuilder sb, Raml.Parser.Expressions.Parameter parameter, int indentation ) : void
sb StringBuilder
parameter Raml.Parser.Expressions.Parameter
indentation int
리턴 void

SerializeProperty() 공개 정적인 메소드

public static SerializeProperty ( StringBuilder sb, string propertyTitle, bool propertyValue, int indentation ) : void
sb StringBuilder
propertyTitle string
propertyValue bool
indentation int
리턴 void

SerializeProperty() 공개 정적인 메소드

public static SerializeProperty ( StringBuilder sb, string propertyTitle, int propertyValue, int indentation ) : void
sb StringBuilder
propertyTitle string
propertyValue int
indentation int
리턴 void

SerializeProperty() 공개 정적인 메소드

public static SerializeProperty ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void
sb StringBuilder
propertyTitle string
propertyValue string
indentation int
리턴 void

SerializeSchema() 공개 정적인 메소드

public static SerializeSchema ( StringBuilder sb, string propertyTitle, string propertyValue, int indentation ) : void
sb StringBuilder
propertyTitle string
propertyValue string
indentation int
리턴 void