Class MediaBlockPadReference
- Assembly
- VisioForge.Core.dll
Reference to one pad of one block, used by connection endpoints.
public class MediaBlockPadReferenceInheritance
Inherited Members
Properties
BlockId
Gets or sets the stable identifier of the referenced block.
public Guid BlockId { get; set; }Property Value
PadId
Gets or sets the stable logical identifier of the referenced pad.
public string PadId { get; set; }Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()Returns
- string
-
A string that represents the current object.