C# 클래스 K2Informatics.Erlnet.AbstractNode

파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
defaultCookie String

Private Properties

프로퍼티 타입 설명
AbstractNode System

공개 메소드들

메소드 설명
ToString ( ) : String
setCookie ( String cookie ) : String

보호된 메소드들

메소드 설명
AbstractNode ( String node ) : System
AbstractNode ( String name, String cookie ) : System

비공개 메소드들

메소드 설명
AbstractNode ( ) : System

메소드 상세

AbstractNode() 보호된 메소드

protected AbstractNode ( String node ) : System
node String
리턴 System

AbstractNode() 보호된 메소드

protected AbstractNode ( String name, String cookie ) : System
name String
cookie String
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

setCookie() 공개 메소드

public setCookie ( String cookie ) : String
cookie String
리턴 String

프로퍼티 상세

defaultCookie 보호되어 있는 정적으로 프로퍼티

protected static String defaultCookie
리턴 String