2using System.ComponentModel;
11 if (value.Method.DeclaringType !=
null && value.Method.DeclaringType.Name ==
@"Action`2")
15 return base.ShouldHandlerSerialize(value);
19 if (value.Method.DeclaringType !=
null && value.Method.DeclaringType.Name ==
@"Action`2")
23 return base.ShouldHandlerSerialize(value);
28 return dataPortal.
Create();
static OverrideSerializationRoot NewOverrideSerializationRoot(IDataPortal< OverrideSerializationRoot > dataPortal)
override bool ShouldHandlerSerialize(PropertyChangingEventHandler value)
override bool ShouldHandlerSerialize(PropertyChangedEventHandler value)
Interface defining the members of the data portal type.
object Create(params object[] criteria)
Called by a factory method in a business class to create a new object, which is loaded with default v...
@ Serializable
Prevents updating or inserting until the transaction is complete.