Table of Contents

Class RepositorySourceAttribute

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

Represents repository source attribute

public class RepositorySourceAttribute : Attribute
Inheritance
RepositorySourceAttribute
Inherited Members

Constructors

RepositorySourceAttribute(string)

Creates new object instance with specific name

public RepositorySourceAttribute(string name)

Parameters

name string

RepositorySourceAttribute(string, string)

Creates new object with specific name and description

public RepositorySourceAttribute(string name, string description)

Parameters

name string
description string

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