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
Syntax
public struct MemberSpanInfo

The MemberSpanInfo type exposes the following members.

Constructors
  NameDescription
Public methodMemberSpanInfo(Guid, Guid)
The constructor with member id and span id
Public methodMemberSpanInfo(Guid, Int32)
The constructor with member id and span index
Public methodMemberSpanInfo(Int32, Guid)
The constructor with member index and span id
Public methodMemberSpanInfo(Int32, Int32)
The constructor with member index and span index
Top
Properties
  NameDescription
Public propertyMemberId
Gets the id of the member
Public propertyMemberIndex
Gets the index of the member
Public propertySpanId
Gets the id of the span
Public propertySpanIndex
Gets or sets the index of the span
Public propertyType
Gets the EntityType
Top
See Also