C# Class K2Informatics.Erlnet.AbstractNode

Datei anzeigen Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Protected Properties

Property Type Description
defaultCookie String

Private Properties

Property Type Description
AbstractNode System

Public Methods

Method Description
ToString ( ) : String
setCookie ( String cookie ) : String

Protected Methods

Method Description
AbstractNode ( String node ) : System
AbstractNode ( String name, String cookie ) : System

Private Methods

Method Description
AbstractNode ( ) : System

Method Details

AbstractNode() protected method

protected AbstractNode ( String node ) : System
node String
return System

AbstractNode() protected method

protected AbstractNode ( String name, String cookie ) : System
name String
cookie String
return System

ToString() public method

public ToString ( ) : String
return String

setCookie() public method

public setCookie ( String cookie ) : String
cookie String
return String

Property Details

defaultCookie protected_oe static_oe property

protected static String defaultCookie
return String