Table of Contents

Class AddInContractAttribute

Namespace
Dynamicweb.Extensibility
Assembly
Dynamicweb.Extensibility.dll
[AttributeUsage(AttributeTargets.Class)]
public class AddInContractAttribute : Attribute
Inheritance
AddInContractAttribute
Inherited Members

Constructors

AddInContractAttribute()

public AddInContractAttribute()

AddInContractAttribute(string)

public AddInContractAttribute(string name)

Parameters

name string

AddInContractAttribute(string, Type)

public AddInContractAttribute(string name, Type type)

Parameters

name string
type Type

AddInContractAttribute(Type)

public AddInContractAttribute(Type type)

Parameters

type Type

Properties

ContractName

public string ContractName { get; set; }

Property Value

string

ContractType

public Type ContractType { get; set; }

Property Value

Type
To top