Table of Contents

Class RepositoryModelAttribute

Namespace
Dynamicweb.Indexing.Repositories
Assembly
Dynamicweb.Core.dll

Represents repository model attribute

public class RepositoryModelAttribute : Attribute
Inheritance
RepositoryModelAttribute
Inherited Members

Constructors

RepositoryModelAttribute(string)

Creates new object with specific name

public RepositoryModelAttribute(string name)

Parameters

name string

Attribute name

RepositoryModelAttribute(string, string)

Creates new object with specific name and description

public RepositoryModelAttribute(string name, string description)

Parameters

name string

Attribute name

description string

Attribute description

Properties

Description

Gets or sets description

public string Description { get; set; }

Property Value

string

Name

Gets or sets name

public string Name { get; set; }

Property Value

string
To top