Interface that describes a ComplexObject
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public interface IComplexObject : IStructuralObject, INotifyDataErrorInfo, IComparable
The IComplexObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from IComparable.) | |
GetErrors | Gets the validation errors for a specified property or for the entire entity. (Inherited from INotifyDataErrorInfo.) | |
Initialize |
Method that is automatically called after the materialization of any
IEntity or IComplexObject after being retrieved from a remote data service.
(Inherited from IStructuralObject.) |
Extension Methods
Name | Description | |
---|---|---|
GetStructuralAspect |
Returns either a EntityAspect or ComplexAspect for the associated IStructuralObject.
(Defined by StructuralObjectExtensions.) |
Properties
Name | Description | |
---|---|---|
ComplexAspect |
Returns the ComplexAspect associated with this IComplexObject.
| |
HasErrors | Gets a value that indicates whether the entity has validation errors. (Inherited from INotifyDataErrorInfo.) |
Events
Name | Description | |
---|---|---|
ErrorsChanged | Occurs when the validation errors have changed for a property or for the entire entity. (Inherited from INotifyDataErrorInfo.) |
See Also