Class CheckBoxField
Inheritance
System.Object
CheckBoxField
Implements
Google.Protobuf.IMessage<CheckBoxField>
Google.Protobuf.IMessage
System.IEquatable<CheckBoxField>
Google.Protobuf.IDeepCloneable<CheckBoxField>
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IronPdfEngine.Proto
Assembly: IronPdf.dll
Syntax
public sealed class CheckBoxField : IMessage<CheckBoxField>, IMessage, IEquatable<CheckBoxField>, IDeepCloneable<CheckBoxField>, IBufferMessage
Constructors
CheckBoxField()
Declaration
public CheckBoxField()
CheckBoxField(CheckBoxField)
Declaration
public CheckBoxField(CheckBoxField other)
Parameters
Type | Name | Description |
---|---|---|
CheckBoxField | other |
Fields
BooleanValueFieldNumber
Declaration
public const int BooleanValueFieldNumber = 1
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
BooleanValue
Declaration
public bool BooleanValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
Parser
Declaration
public static MessageParser<CheckBoxField> Parser { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.MessageParser<CheckBoxField> |
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type | Description |
---|---|
System.Int32 |
Clone()
Declaration
public CheckBoxField Clone()
Returns
Type | Description |
---|---|
CheckBoxField |
Equals(CheckBoxField)
Declaration
public bool Equals(CheckBoxField other)
Parameters
Type | Name | Description |
---|---|---|
CheckBoxField | 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(CheckBoxField)
Declaration
public void MergeFrom(CheckBoxField other)
Parameters
Type | Name | Description |
---|---|---|
CheckBoxField | 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 |
Implements
Google.Protobuf.IMessage<>
Google.Protobuf.IMessage
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<>
Google.Protobuf.IBufferMessage
Inherited members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)