View |
public sealed class ViewInfo : IMessage<ViewInfo>, IMessage, IEquatable<ViewInfo>, IDeepCloneable<ViewInfo>, IBufferMessage
The ViewInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ViewInfo | Initializes a new instance of the ViewInfo class | |
| ViewInfo(ViewInfo) | Initializes a new instance of the ViewInfo class |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| Parser | ||
| PropName | The names of the properties the view has. | |
| PropValue | The values of the properties. | |
| ViewName | The name of the view. | |
| ViewType | The type of view. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(ViewInfo) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(ViewInfo) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| PropNameFieldNumber | Field number for the "prop_name" field. | |
| PropValueFieldNumber | Field number for the "prop_value" field. | |
| ViewNameFieldNumber | Field number for the "view_name" field. | |
| ViewTypeFieldNumber | Field number for the "view_type" field. |