DocConfigTypeDocValuesAsText Method

[Missing <summary> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public string DocValuesAsText(
	bool everything = true,
	bool woComments = false,
	bool wNotes = false,
	bool alsoHidden = true,
	HashSet<string> ignore = null
)

Parameters

everything  Boolean  (Optional)

[Missing <param name="everything"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]

woComments  Boolean  (Optional)

[Missing <param name="woComments"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]

wNotes  Boolean  (Optional)

[Missing <param name="wNotes"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]

alsoHidden  Boolean  (Optional)

[Missing <param name="alsoHidden"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]

ignore  HashSetString  (Optional)

[Missing <param name="ignore"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]

Return Value

String

[Missing <returns> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]

See Also