Struct MemberSpanInfo

Represents an info about a span of a member

Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public struct MemberSpanInfo

Constructors

Name Description
MemberSpanInfo(Guid, Guid)

The constructor with member id and span id

MemberSpanInfo(Guid, int)

The constructor with member id and span index

MemberSpanInfo(int, Guid)

The constructor with member index and span id

MemberSpanInfo(int, int)

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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next