C# Class Platform.Data.Core.Node2

显示文件 Open project: Konard/LinksPlatform Class Usage Examples

Public Methods

Method Description
AddChild ( Node2 child ) : Node2
AddChild ( object key ) : Node2
AddChild ( object key, object value ) : Node2
ContainsChild ( ) : bool
GetChild ( ) : Node2
GetChildValue ( ) : object
Node2 ( Node2 parent, object key, bool createNullChildren ) : System
Node2 ( object key ) : System
Node2 ( object key, bool createNullChildren ) : System
SetChild ( ) : Node2
SetChild ( object key ) : Node2
SetChildValue ( object value ) : Node2
SetChildValue ( object value, object key ) : Node2
this ( object key ) : Node2

Private Methods

Method Description
ValidateKeyAlreadyExists ( object key ) : void

Method Details

AddChild() public method

public AddChild ( Node2 child ) : Node2
child Node2
return Node2

AddChild() public method

public AddChild ( object key ) : Node2
key object
return Node2

AddChild() public method

public AddChild ( object key, object value ) : Node2
key object
value object
return Node2

ContainsChild() public method

public ContainsChild ( ) : bool
return bool

GetChild() public method

public GetChild ( ) : Node2
return Node2

GetChildValue() public method

public GetChildValue ( ) : object
return object

Node2() public method

public Node2 ( Node2 parent, object key, bool createNullChildren ) : System
parent Node2
key object
createNullChildren bool
return System

Node2() public method

public Node2 ( object key ) : System
key object
return System

Node2() public method

public Node2 ( object key, bool createNullChildren ) : System
key object
createNullChildren bool
return System

SetChild() public method

public SetChild ( ) : Node2
return Node2

SetChild() public method

public SetChild ( object key ) : Node2
key object
return Node2

SetChildValue() public method

public SetChildValue ( object value ) : Node2
value object
return Node2

SetChildValue() public method

public SetChildValue ( object value, object key ) : Node2
value object
key object
return Node2

this() public method

public this ( object key ) : Node2
key object
return Node2