Property | Type | Description | |
---|---|---|---|
AddRepeatedField | void | ||
Clear | void | ||
FieldSet | System | ||
GetEnumerator | object>>.IEnumerator | ||
IsInitializedWithRespectTo | bool | ||
MakeImmutable | |||
MergeFields | void | ||
VerifyType | void | ||
this | object | ||
this | object |
Method | Description | |
---|---|---|
ClearField ( FieldDescriptor field ) : void |
See IBuilder{TMessage, TBuilder}.ClearField
|
|
CreateInstance ( ) : |
||
GetRepeatedFieldCount ( FieldDescriptor field ) : int |
See IMessage.GetRepeatedFieldCount
|
|
HasField ( FieldDescriptor field ) : bool |
See IMessage.HasField.
|
|
MergeFrom ( |
Like MergeFrom(IMessage), but merges from another
|
|
MergeFrom ( IMessage other ) : void |
See IBuilder{TMessage, TBuilder}.MergeFrom(IMessage)
|
|
WriteField ( FieldDescriptor field, Object value, |
Writes a single field to a CodedOutputStream.
|
|
WriteTo ( |
See IMessage.WriteTo(CodedOutputStream).
|
Method | Description | |
---|---|---|
AddRepeatedField ( FieldDescriptor field, object value ) : void |
See IBuilder{TMessage, TBuilder}.AddRepeatedField
|
|
Clear ( ) : void |
Clears all fields.
|
|
FieldSet ( object>.IDictionary |
||
GetEnumerator ( ) : object>>.IEnumerator |
Returns an enumerator for the field map. Used to write the fields out.
|
|
IsInitializedWithRespectTo ( MessageDescriptor type ) : bool |
Verifies whether all the required fields in the specified message descriptor are present in this field set, as well as whether all the embedded messages are themselves initialized.
|
|
MakeImmutable ( ) : |
Makes this FieldSet immutable, and returns it for convenience. Any mutable repeated fields are made immutable, as well as the map itself.
|
|
MergeFields ( object>.IEnumerable |
Implementation of both
|
|
VerifyType ( FieldDescriptor field, object value ) : void |
Verifies that the given object is of the correct type to be a valid value for the given field. For repeated fields, this checks if the object is of the right element type, not whether it's a list. |
|
this ( FieldDescriptor field ) : object |
See IMessage.Item(FieldDescriptor) If the field is not set, the behaviour when fetching this property varies by field type: |
|
this ( FieldDescriptor field, int index ) : object |
See IMessage.Item(FieldDescriptor,int)
|
public ClearField ( FieldDescriptor field ) : void | ||
field | FieldDescriptor | |
return | void |
public GetRepeatedFieldCount ( FieldDescriptor field ) : int | ||
field | FieldDescriptor | |
return | int |
public HasField ( FieldDescriptor field ) : bool | ||
field | FieldDescriptor | |
return | bool |
public WriteField ( FieldDescriptor field, Object value, |
||
field | FieldDescriptor | |
value | Object | |
output | ||
return | void |
public WriteTo ( |
||
output | ||
return | void |