Member |
Represents an info about a span of a member
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
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 |