![]() | MemberSpanInfo Structure |
Represents an info about a span of a member
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

The MemberSpanInfo type exposes the following members.

Name | Description | |
---|---|---|
![]() | MemberSpanInfo(Guid, Guid) |
The constructor with member id and span id
|
![]() | MemberSpanInfo(Guid, Int32) |
The constructor with member id and span index
|
![]() | MemberSpanInfo(Int32, Guid) |
The constructor with member index and span id
|
![]() | MemberSpanInfo(Int32, Int32) |
The constructor with member index and span index
|

Name | Description | |
---|---|---|
![]() | MemberId |
Gets the id of the member
|
![]() | MemberIndex |
Gets the index of the member
|
![]() | SpanId |
Gets the id of the span
|
![]() | SpanIndex |
Gets or sets the index of the span
|
![]() | Type |
Gets the EntityType |
