Class SetFromFieldValueRequest
Inheritance
System.Object
SetFromFieldValueRequest
Implements
Google.Protobuf.IMessage<SetFromFieldValueRequest>
Google.Protobuf.IMessage
System.IEquatable<SetFromFieldValueRequest>
Google.Protobuf.IDeepCloneable<SetFromFieldValueRequest>
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 SetFromFieldValueRequest : IMessage<SetFromFieldValueRequest>, IMessage, IEquatable<SetFromFieldValueRequest>, IDeepCloneable<SetFromFieldValueRequest>, IBufferMessage
Constructors
SetFromFieldValueRequest()
Declaration
public SetFromFieldValueRequest()
SetFromFieldValueRequest(SetFromFieldValueRequest)
Declaration
public SetFromFieldValueRequest(SetFromFieldValueRequest other)
Parameters
Type | Name | Description |
---|---|---|
SetFromFieldValueRequest | other |
Fields
DocumentFieldNumber
Declaration
public const int DocumentFieldNumber = 1
Field Value
Type | Description |
---|---|
System.Int32 |
FieldNameFieldNumber
Declaration
public const int FieldNameFieldNumber = 2
Field Value
Type | Description |
---|---|
System.Int32 |
FormFieldValueFieldNumber
Declaration
public const int FormFieldValueFieldNumber = 3
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
Document
Declaration
public PdfDocument Document { get; set; }
Property Value
Type | Description |
---|---|
PdfDocument |
FieldName
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FormFieldValue
Declaration
public string FormFieldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parser
Declaration
public static MessageParser<SetFromFieldValueRequest> Parser { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.MessageParser<SetFromFieldValueRequest> |
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type | Description |
---|---|
System.Int32 |
Clone()
Declaration
public SetFromFieldValueRequest Clone()
Returns
Type | Description |
---|---|
SetFromFieldValueRequest |
Equals(SetFromFieldValueRequest)
Declaration
public bool Equals(SetFromFieldValueRequest other)
Parameters
Type | Name | Description |
---|---|---|
SetFromFieldValueRequest | 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(SetFromFieldValueRequest)
Declaration
public void MergeFrom(SetFromFieldValueRequest other)
Parameters
Type | Name | Description |
---|---|---|
SetFromFieldValueRequest | 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)