Click or drag to resize

CardInfos Class

A list of card infos.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APICardInfos

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public sealed class CardInfos : IMessage<CardInfos>, 
	IMessage, IEquatable<CardInfos>, IDeepCloneable<CardInfos>, 
	IBufferMessage

The CardInfos type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyCardInfos_ List of card infos.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClone 
Public methodEquals(CardInfos) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CardInfos) 
Public methodMergeFrom(CodedInputStream) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberCardInfos_FieldNumberField number for the "card_infos" field.
Top
See Also