Click or drag to resize

IReadOnlyEntityMemberCollectionItem Property

Retrieve a member by its complete name

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IReadOnlyEntityMemberBase this[
	string completeName
] { get; }

Parameters

completeName
Type: SystemString
Complete name of the member to find

Return Value

Type: IReadOnlyEntityMemberBase
See Also