Member |
Represents an info about a span of a member
Inheritance Hierarchy
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The MemberSpanInfo type exposes the following members.
Constructors
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 |
Properties
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 |
See Also