Table of Contents

Class MediaBlockPadReference

Namespace
VisioForge.Core.MediaBlocks.Serialization
Assembly
VisioForge.Core.dll

Reference to one pad of one block, used by connection endpoints.

public class MediaBlockPadReference

Inheritance

Inherited Members

Properties

BlockId

Gets or sets the stable identifier of the referenced block.

public Guid BlockId { get; set; }

Property Value

Guid

PadId

Gets or sets the stable logical identifier of the referenced pad.

public string PadId { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.