Table of Contents

Class DMConnectionInfoAttribute

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

DMConnectionInfo Attribute

public class DMConnectionInfoAttribute : Attribute
Inheritance
DMConnectionInfoAttribute
Inherited Members

Constructors

DMConnectionInfoAttribute(int, string)

Constructs new DMConnectionInfoAttribute instance using parameters

public DMConnectionInfoAttribute(int typeID, string name)

Parameters

typeID int

Type ID

name string

Attribute name

Properties

Name

Attribute name

public string Name { get; set; }

Property Value

string

TypeIDProperty

ID of attribute type

public int TypeIDProperty { get; set; }

Property Value

int
To top