MemberSpanInfo Structure

Represents an info about a span of a member
Inheritance Hierarchy
SystemObject
  SystemValueType
    TSD.API.Remoting.StructureMemberSpanInfo

Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
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
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next