C# Class ExpressionToCodeLib.ObjectToCode

Mostrar archivo Open project: EamonNerbonne/ExpressionToCode Class Usage Examples

Public Methods

Method Description
ComplexObjectToPseudoCode ( ExpressionToCodeConfiguration config, object val ) : string
ComplexObjectToPseudoCode ( object val ) : string
PlainObjectToCode ( object val ) : string
PlainObjectToCode ( object val, Type type ) : string
ToCSharpFriendlyTypeName ( this type ) : string

Method Details

ComplexObjectToPseudoCode() public static method

public static ComplexObjectToPseudoCode ( ExpressionToCodeConfiguration config, object val ) : string
config ExpressionToCodeConfiguration
val object
return string

ComplexObjectToPseudoCode() public static method

public static ComplexObjectToPseudoCode ( object val ) : string
val object
return string

PlainObjectToCode() public static method

public static PlainObjectToCode ( object val ) : string
val object
return string

PlainObjectToCode() public static method

public static PlainObjectToCode ( object val, Type type ) : string
val object
type System.Type
return string

ToCSharpFriendlyTypeName() public static method

public static ToCSharpFriendlyTypeName ( this type ) : string
type this
return string