Table of Contents

Class DiagramTemplate

Namespace
H.Controls.Diagram.Extension
Assembly
H.Controls.Diagram.Extension.dll
public class DiagramTemplate : DisplayBindableBase, INotifyPropertyChanged, IDable, IDiagramTemplate
Inheritance
DiagramTemplate
Implements
Inherited Members
Extension Methods

Constructors

DiagramTemplate()

public DiagramTemplate()

DiagramTemplate(IDiagram)

public DiagramTemplate(IDiagram diagram)

Parameters

diagram IDiagram

Properties

BitmapData

[Browsable(false)]
public string BitmapData { get; set; }

Property Value

string

Diagram

说明

[Browsable(false)]
public IDiagram Diagram { get; set; }

Property Value

IDiagram

FilePath

[Browsable(false)]
public string FilePath { get; set; }

Property Value

string

Name

说明

[Display(Name = "名称")]
public string Name { get; set; }

Property Value

string

TypeName

说明

[Display(Name = "类型")]
public string TypeName { get; set; }

Property Value

string

Vip

[Browsable(false)]
public int Vip { get; set; }

Property Value

int