Click or drag to resize
Akka.NETSelectionBuilder Class

[Missing <summary> documentation for "T:Akka.Remote.Proto.Selection.Builder"]

Inheritance Hierarchy
SystemObject
  AbstractBuilderLiteSelection, SelectionBuilder
    AbstractBuilderSelection, SelectionBuilder
      GeneratedBuilderSelection, SelectionBuilder
        Akka.Remote.ProtoSelectionBuilder

Namespace:  Akka.Remote.Proto
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class Builder : GeneratedBuilder<Selection, SelectionBuilder>

The SelectionBuilder type exposes the following members.

Constructors
  NameDescription
Public methodSelectionBuilder
Initializes a new instance of the SelectionBuilder class
Top
Properties
  NameDescription
Public propertyAllFields (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public propertyDefaultInstanceForType (Overrides AbstractBuilderLite.DefaultInstanceForType.)
Public propertyDescriptorForType (Overrides GeneratedBuilder.DescriptorForType.)
Public propertyHasMatcher
Public propertyHasType
Protected propertyInternalFieldAccessors (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public propertyIsInitialized (Overrides AbstractBuilderLite.IsInitialized.)
Public propertyItem (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public propertyItem (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public propertyMatcher
Protected propertyMessageBeingBuilt (Overrides GeneratedBuilder.MessageBeingBuilt.)
Protected propertyThisBuilder (Overrides AbstractBuilderLite.ThisBuilder.)
Public propertyType
Public propertyUnknownFields (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Top
Methods
  NameDescription
Public methodAddRepeatedField (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public methodBuild (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public methodBuildParsed (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public methodBuildPartial (Overrides AbstractBuilderLite.BuildPartial.)
Public methodClear (Overrides AbstractBuilder.Clear.)
Public methodClearField (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public methodClearMatcher
Public methodClearType
Public methodClone (Overrides AbstractBuilderLite.Clone.)
Public methodCreateBuilderForField (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRepeatedFieldCount (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasField (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeDelimitedFrom(Stream) (Inherited from AbstractBuilderLiteSelection, SelectionBuilder.)
Public methodMergeDelimitedFrom(Stream, ExtensionRegistry) (Inherited from AbstractBuilderLiteSelection, SelectionBuilder.)
Public methodMergeFrom(IMessageLite) (Inherited from AbstractBuilderSelection, SelectionBuilder.)
Public methodMergeFrom(ByteString) (Inherited from AbstractBuilderLiteSelection, SelectionBuilder.)
Public methodMergeFrom(Byte) (Inherited from AbstractBuilderLiteSelection, SelectionBuilder.)
Public methodMergeFrom(Stream) (Inherited from AbstractBuilderLiteSelection, SelectionBuilder.)
Public methodMergeFrom(ICodedInputStream) (Overrides AbstractBuilderLite.MergeFrom(ICodedInputStream).)
Public methodMergeFrom(IMessage) (Overrides AbstractBuilder.MergeFrom(IMessage).)
Public methodMergeFrom(Selection) (Overrides GeneratedBuilder.MergeFrom(UTP).)
Public methodMergeFrom(ByteString, ExtensionRegistry) (Inherited from AbstractBuilderLiteSelection, SelectionBuilder.)
Public methodMergeFrom(Byte, ExtensionRegistry) (Inherited from AbstractBuilderLiteSelection, SelectionBuilder.)
Public methodMergeFrom(Stream, ExtensionRegistry) (Inherited from AbstractBuilderLiteSelection, SelectionBuilder.)
Public methodMergeFrom(ICodedInputStream, ExtensionRegistry) (Overrides AbstractBuilder.MergeFrom(ICodedInputStream, ExtensionRegistry).)
Public methodMergeUnknownFields (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Protected methodParseUnknownField (Inherited from GeneratedBuilderSelection, SelectionBuilder.)
Public methodSetField (Inherited from AbstractBuilderSelection, SelectionBuilder.)
Public methodSetMatcher
Public methodSetRepeatedField (Inherited from AbstractBuilderSelection, SelectionBuilder.)
Public methodSetType
Public methodSetUnknownFields (Inherited from AbstractBuilderSelection, SelectionBuilder.)
Public methodToString (Inherited from AbstractBuilderSelection, SelectionBuilder.)
Top
Extension Methods
See Also