C# 클래스 WhatsAppApi.Helper.ProtocolTreeNode

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

공개 프로퍼티들

프로퍼티 타입 설명
attributeHash IEnumerable
children IEnumerable
data byte[]
tag string

공개 메소드들

메소드 설명
GetAllChildren ( ) : IEnumerable
GetAllChildren ( string tag ) : IEnumerable
GetAttribute ( string attribute ) : string
GetChild ( string tag ) : ProtocolTreeNode
GetData ( ) : byte[]
NodeString ( string indent = "" ) : string
ProtocolTreeNode ( string tag, IEnumerable attributeHash ) : System
ProtocolTreeNode ( string tag, IEnumerable attributeHash, IEnumerable children = null, byte data = null ) : System
ProtocolTreeNode ( string tag, IEnumerable attributeHash, ProtocolTreeNode children = null ) : System
ProtocolTreeNode ( string tag, IEnumerable attributeHash, byte data = null ) : System
TagEquals ( ProtocolTreeNode node, string _string ) : bool

메소드 상세

GetAllChildren() 공개 메소드

public GetAllChildren ( ) : IEnumerable
리턴 IEnumerable

GetAllChildren() 공개 메소드

public GetAllChildren ( string tag ) : IEnumerable
tag string
리턴 IEnumerable

GetAttribute() 공개 메소드

public GetAttribute ( string attribute ) : string
attribute string
리턴 string

GetChild() 공개 메소드

public GetChild ( string tag ) : ProtocolTreeNode
tag string
리턴 ProtocolTreeNode

GetData() 공개 메소드

public GetData ( ) : byte[]
리턴 byte[]

NodeString() 공개 메소드

public NodeString ( string indent = "" ) : string
indent string
리턴 string

ProtocolTreeNode() 공개 메소드

public ProtocolTreeNode ( string tag, IEnumerable attributeHash ) : System
tag string
attributeHash IEnumerable
리턴 System

ProtocolTreeNode() 공개 메소드

public ProtocolTreeNode ( string tag, IEnumerable attributeHash, IEnumerable children = null, byte data = null ) : System
tag string
attributeHash IEnumerable
children IEnumerable
data byte
리턴 System

ProtocolTreeNode() 공개 메소드

public ProtocolTreeNode ( string tag, IEnumerable attributeHash, ProtocolTreeNode children = null ) : System
tag string
attributeHash IEnumerable
children ProtocolTreeNode
리턴 System

ProtocolTreeNode() 공개 메소드

public ProtocolTreeNode ( string tag, IEnumerable attributeHash, byte data = null ) : System
tag string
attributeHash IEnumerable
data byte
리턴 System

TagEquals() 공개 정적인 메소드

public static TagEquals ( ProtocolTreeNode node, string _string ) : bool
node ProtocolTreeNode
_string string
리턴 bool

프로퍼티 상세

attributeHash 공개적으로 프로퍼티

public IEnumerable attributeHash
리턴 IEnumerable

children 공개적으로 프로퍼티

public IEnumerable children
리턴 IEnumerable

data 공개적으로 프로퍼티

public byte[] data
리턴 byte[]

tag 공개적으로 프로퍼티

public string tag
리턴 string