Skip to content

47086b66 48a9 2161 3291 58f14ab5d329

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

BaseComplexModelCollection(TItem, TParent, TSearch).GetBy Method

Additional header content

Returns the element specified.

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

Syntax

C#

public abstract TItem GetBy(
	TSearch value
)

VB

Public MustOverride Function GetBy ( 
	value As TSearch
) As TItem

Parameters

 

value
Type: TSearch
The object to locate in the BaseSimpleModelCollection(TItem, TParent).

Return Value

Type: TItem
true if value is found in the BaseSimpleModelCollection(TItem, TParent); otherwise, false.

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseComplexModelCollection3.GetBy(2)"]

See Also

Reference

BaseComplexModelCollection(TItem, TParent, TSearch) Class
iTin.Export.Model Namespace

Clone this wiki locally