Click or drag to resize

CardInfos Class

A list of card infos.
Inheritance Hierarchy
System.Object
  RAYLASE.PDA.API.CardInfos

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.2.0
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 Object.Equals(Object))
Public methodGetHashCode
(Overrides Object.GetHashCode())
Public methodMergeFrom(CardInfos) 
Public methodMergeFrom(CodedInputStream) 
Public methodToString
(Overrides Object.ToString())
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberCardInfos_FieldNumberField number for the "card_infos" field.
Top
See Also