Generated by DocFX

Class SubmitEventArgs<TEntity>

Class SubmitEventArgs. Implements the

Inheritance
System.Object
SubmitEventArgs<TEntity>
Namespace: ISynergy.Framework.Mvvm.Events
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public class SubmitEventArgs<TEntity> : EventArgs
Type Parameters
Name Description
TEntity

The type of the t entity.

Constructors

View Source

SubmitEventArgs(TEntity)

Initializes a new instance of the SubmitEventArgs<TEntity> class.

Declaration
public SubmitEventArgs(TEntity result)
Parameters
Type Name Description
TEntity result

The result.

View Source

SubmitEventArgs(Object, TEntity)

Initializes a new instance of the SubmitEventArgs<TEntity> class.

Declaration
public SubmitEventArgs(object owner, TEntity result)
Parameters
Type Name Description
System.Object owner

The owner.

TEntity result

The result.

View Source

SubmitEventArgs(Object, TEntity, String)

Initializes a new instance of the SubmitEventArgs<TEntity> class.

Declaration
public SubmitEventArgs(object owner, TEntity result, string targetProperty)
Parameters
Type Name Description
System.Object owner

The owner.

TEntity result

The result.

System.String targetProperty

The target property.

Properties

View Source

Owner

Gets the owner.

Declaration
public object Owner { get; }
Property Value
Type Description
System.Object

The owner.

View Source

Result

Gets the result.

Declaration
public TEntity Result { get; }
Property Value
Type Description
TEntity

The result.

View Source

TargetProperty

Gets the target property.

Declaration
public string TargetProperty { get; }
Property Value
Type Description
System.String

The target property.

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)