Skip to content

15d88ece c829 d6c1 109c f1288e60ece2

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseSimpleModelCollection(TItem, TParent).SetOwner Method

Additional header content

Sets this collection as the owner of the specified item.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected abstract void SetOwner(
	TItem item
)

VB

Protected MustOverride Sub SetOwner ( 
	item As TItem
)

Parameters

 

item
Type: TItem
Target item to set owner.

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection2.SetOwner(0)"]

See Also

Reference

BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace

Clone this wiki locally