Browse |
public sealed class BrowseNode : IMessage<BrowseNode>, IMessage, IEquatable<BrowseNode>, IDeepCloneable<BrowseNode>, IBufferMessage
The BrowseNode type exposes the following members.
| Name | Description | |
|---|---|---|
| BrowseNode | Initializes a new instance of the BrowseNode class | |
| BrowseNode(BrowseNode) | Initializes a new instance of the BrowseNode class |
| Name | Description | |
|---|---|---|
| Children | The information on all child nodes. | |
| Descriptor | ||
| ErrorMessage | The error message if any errors occurred. | |
| ParentIdPath | The path to the parent node. | |
| Parser |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(BrowseNode) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(BrowseNode) | ||
| MergeFrom(CodedInputStream) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| ChildrenFieldNumber | Field number for the "children" field. | |
| ErrorMessageFieldNumber | Field number for the "error_message" field. | |
| ParentIdPathFieldNumber | Field number for the "parent_id_path" field. |