C# Class WhatsAppApi.Helper.ProtocolTreeNode

Afficher le fichier Open project: kwailo888/AxolotlTestApp Class Usage Examples

Méthodes publiques

Свойство Type Description
attributeHash IEnumerable
children IEnumerable
data byte[]
tag string

Méthodes publiques

Méthode Description
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

Method Details

GetAllChildren() public méthode

public GetAllChildren ( ) : IEnumerable
Résultat IEnumerable

GetAllChildren() public méthode

public GetAllChildren ( string tag ) : IEnumerable
tag string
Résultat IEnumerable

GetAttribute() public méthode

public GetAttribute ( string attribute ) : string
attribute string
Résultat string

GetChild() public méthode

public GetChild ( string tag ) : ProtocolTreeNode
tag string
Résultat ProtocolTreeNode

GetData() public méthode

public GetData ( ) : byte[]
Résultat byte[]

NodeString() public méthode

public NodeString ( string indent = "" ) : string
indent string
Résultat string

ProtocolTreeNode() public méthode

public ProtocolTreeNode ( string tag, IEnumerable attributeHash ) : System
tag string
attributeHash IEnumerable
Résultat System

ProtocolTreeNode() public méthode

public ProtocolTreeNode ( string tag, IEnumerable attributeHash, IEnumerable children = null, byte data = null ) : System
tag string
attributeHash IEnumerable
children IEnumerable
data byte
Résultat System

ProtocolTreeNode() public méthode

public ProtocolTreeNode ( string tag, IEnumerable attributeHash, ProtocolTreeNode children = null ) : System
tag string
attributeHash IEnumerable
children ProtocolTreeNode
Résultat System

ProtocolTreeNode() public méthode

public ProtocolTreeNode ( string tag, IEnumerable attributeHash, byte data = null ) : System
tag string
attributeHash IEnumerable
data byte
Résultat System

TagEquals() public static méthode

public static TagEquals ( ProtocolTreeNode node, string _string ) : bool
node ProtocolTreeNode
_string string
Résultat bool

Property Details

attributeHash public_oe property

public IEnumerable attributeHash
Résultat IEnumerable

children public_oe property

public IEnumerable children
Résultat IEnumerable

data public_oe property

public byte[] data
Résultat byte[]

tag public_oe property

public string tag
Résultat string