GoXam for WPF v3
Links Property (IDataCollection)
Northwoods.GoXam.Model Namespace > IDataCollection Interface : Links Property
Gets or sets the collection of link data.
Syntax
IEnumerable<object> Links {get; set;}
Remarks

This will always be an empty sequence for those models that do not support separate link data. Setting this property is an error for those models that do not support separate link data.

Note that this method is universal, because it can only assume the link data is of type System.Object. The corresponding methods in the generic model classes operate on and return a specific link data type.

See Also

Reference

IDataCollection Interface
IDataCollection Members