Show / Hide Table of Contents

Class BsonManipulator.ToBsonDictionaryDelegate

Inheritance
System.Object
BsonManipulator.ToBsonDictionaryDelegate
Namespace: Eco.Shared.Serialization
Assembly: Eco.Shared.dll
Syntax
public sealed class ToBsonDictionaryDelegate : MulticastDelegate

Constructors

ToBsonDictionaryDelegate(Object, IntPtr)

Declaration
public ToBsonDictionaryDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(IDictionary, in BsonSerializationContext, Boolean, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(IDictionary dictionary, in BsonSerializationContext context, bool useReflection, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Collections.IDictionary dictionary
BsonSerializationContext context
System.Boolean useReflection
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(in BsonSerializationContext, IAsyncResult)

Declaration
public virtual BSONObject EndInvoke(in BsonSerializationContext context, IAsyncResult result)
Parameters
Type Name Description
BsonSerializationContext context
System.IAsyncResult result
Returns
Type Description
BSONObject

Invoke(IDictionary, in BsonSerializationContext, Boolean)

Declaration
public virtual BSONObject Invoke(IDictionary dictionary, in BsonSerializationContext context, bool useReflection)
Parameters
Type Name Description
System.Collections.IDictionary dictionary
BsonSerializationContext context
System.Boolean useReflection
Returns
Type Description
BSONObject

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾