Table of Contents

Class CompletionSettingsSource

Namespace
Dynamicweb.Ecommerce
Assembly
Dynamicweb.Ecommerce.dll
Represents completion settings source.
public class CompletionSettingsSource
Inheritance
CompletionSettingsSource
Inherited Members

Constructors

CompletionSettingsSource(Group)

public CompletionSettingsSource(Group group)

Parameters

group Group

CompletionSettingsSource(Shop)

public CompletionSettingsSource(Shop shop)

Parameters

shop Shop

CompletionSettingsSource(IQuery)

public CompletionSettingsSource(IQuery query)

Parameters

query IQuery

Properties

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

ParentName

public string ParentName { get; set; }

Property Value

string

ParentType

public string ParentType { get; set; }

Property Value

string

Type

public CompletionSettingsSource.SourceType Type { get; set; }

Property Value

CompletionSettingsSource.SourceType
To top