Show / Hide Table of Contents

Class ValueStore.RootNode

Root named value node that has additional fields that only apply to the root nodes.

Inheritance
System.Object
ValueStore.Node
ValueStore.RootNode
Inherited Members
ValueStore.Node.Name
ValueStore.Node.Value
ValueStore.Node.Variants
ValueStore.Node.VariantCount
ValueStore.Node.GetVariant(String)
ValueStore.Node.GetOrCreateVariant(String)
ValueStore.Node.AddVariant(String, String)
ValueStore.Node.RemoveVariant(String)
ValueStore.Node.ClearVariants()
ValueStore.Node.NumberVariantsSequentially()
ValueStore.Node.Children
ValueStore.Node.ChildCount
ValueStore.Node.GetChild(String)
ValueStore.Node.GetOrCreateChild(String)
ValueStore.Node.AddChild(String, String)
ValueStore.Node.RemoveChild(String)
ValueStore.Node.ClearChildren()
ValueStore.Node.Clone<T>()
Namespace: sttz.Trimmer
Assembly: Trimmer.dll
Syntax
[Serializable]
public class RootNode : ValueStore.Node

Properties

| Improve this Doc View Source

Inclusion

Wether the option should be included in builds.

Declaration
public OptionInclusion Inclusion { get; set; }
Property Value
Type Description
OptionInclusion

Methods

| Improve this Doc View Source

Clone()

Declaration
public override ValueStore.Node Clone()
Returns
Type Description
ValueStore.Node
Overrides
ValueStore.Node.Clone()
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
ValueStore.Node.ToString()
  • Improve this Doc
  • View Source
Back to top © 2017 Adrian Stutz