Show / Hide Table of Contents

Delegate DesignModeUtilities.OnGetExtendedDefValue

Namespace: Terrasoft.Core
Assembly: Terrasoft.Core.dll
Syntax
public delegate bool OnGetExtendedDefValue(Type extendedPropertyType, ref object value);
Parameters
Type Name Description
System.Type extendedPropertyType
System.Object value
Returns
Type Description
System.Boolean

Constructors

OnGetExtendedDefValue(Object, IntPtr)

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

Methods

BeginInvoke(Type, ref Object, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(Type extendedPropertyType, ref object value, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Type extendedPropertyType
System.Object value
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(ref Object, IAsyncResult)

Declaration
public virtual bool EndInvoke(ref object value, IAsyncResult result)
Parameters
Type Name Description
System.Object value
System.IAsyncResult result
Returns
Type Description
System.Boolean

Invoke(Type, ref Object)

Declaration
public virtual bool Invoke(Type extendedPropertyType, ref object value)
Parameters
Type Name Description
System.Type extendedPropertyType
System.Object value
Returns
Type Description
System.Boolean

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX