Show / Hide Table of Contents

Class CustomEventCapture

Inheritance
System.Object
CustomEventCapture
Implements
Google.Protobuf.IMessage<CustomEventCapture>
Google.Protobuf.IMessage
System.IEquatable<CustomEventCapture>
Google.Protobuf.IDeepCloneable<CustomEventCapture>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: RecordAndPlay.Transport
Assembly: RecordAndPlay.dll
Syntax
public sealed class CustomEventCapture : IMessage<CustomEventCapture>, IMessage, IEquatable<CustomEventCapture>, IDeepCloneable<CustomEventCapture>

Constructors

CustomEventCapture()

Declaration
public CustomEventCapture()

CustomEventCapture(CustomEventCapture)

Declaration
public CustomEventCapture(CustomEventCapture other)
Parameters
Type Name Description
CustomEventCapture other

Fields

ContentsFieldNumber

Field number for the "contents" field.

Declaration
public const int ContentsFieldNumber = 3
Field Value
Type Description
System.Int32

DataFieldNumber

Field number for the "data" field.

Declaration
public const int DataFieldNumber = 4
Field Value
Type Description
System.Int32

NameFieldNumber

Field number for the "name" field.

Declaration
public const int NameFieldNumber = 2
Field Value
Type Description
System.Int32

TimeFieldNumber

Field number for the "time" field.

Declaration
public const int TimeFieldNumber = 1
Field Value
Type Description
System.Int32

Properties

Contents

Declaration
public string Contents { get; set; }
Property Value
Type Description
System.String

Data

Declaration
public MapField<string, string> Data { get; }
Property Value
Type Description
Google.Protobuf.Collections.MapField<System.String, System.String>

Descriptor

Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type Description
Google.Protobuf.Reflection.MessageDescriptor

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Parser

Declaration
public static MessageParser<CustomEventCapture> Parser { get; }
Property Value
Type Description
Google.Protobuf.MessageParser<CustomEventCapture>

Time

Declaration
public float Time { get; set; }
Property Value
Type Description
System.Single

Methods

CalculateSize()

Declaration
public int CalculateSize()
Returns
Type Description
System.Int32

Clone()

Declaration
public CustomEventCapture Clone()
Returns
Type Description
CustomEventCapture

Equals(CustomEventCapture)

Declaration
public bool Equals(CustomEventCapture other)
Parameters
Type Name Description
CustomEventCapture other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
System.Object other
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

MergeFrom(CodedInputStream)

Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type Name Description
Google.Protobuf.CodedInputStream input

MergeFrom(CustomEventCapture)

Declaration
public void MergeFrom(CustomEventCapture other)
Parameters
Type Name Description
CustomEventCapture other

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

WriteTo(CodedOutputStream)

Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type Name Description
Google.Protobuf.CodedOutputStream output

Explicit Interface Implementations

IMessage.Descriptor

Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type Description
Google.Protobuf.Reflection.MessageDescriptor

Implements

Google.Protobuf.IMessage<T>
Google.Protobuf.IMessage
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<T>
Back to top Generated by DocFX