Table of Contents

Class CeresLabel

Namespace
Ceres.Annotations
Assembly
Ceres.Graph.dll
public static class CeresLabel
Inheritance
CeresLabel
Inherited Members

Methods

GetLabel(FieldInfo, bool)

public static string GetLabel(FieldInfo fieldInfo, bool richText = true)

Parameters

fieldInfo FieldInfo
richText bool

Returns

string

GetLabel(string)

public static string GetLabel(string name)

Parameters

name string

Returns

string

GetLabel(Type, bool)

public static string GetLabel(Type type, bool richText = true)

Parameters

type Type
richText bool

Returns

string

GetMethodSignature(MethodInfo, bool)

public static string GetMethodSignature(MethodInfo method, bool includeParameterName)

Parameters

method MethodInfo
includeParameterName bool

Returns

string

GetTypeName(Type)

public static string GetTypeName(Type type)

Parameters

type Type

Returns

string