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
Name
public string Name { get; set; }
Property Value
ParentName
public string ParentName { get; set; }
Property Value
ParentType
public string ParentType { get; set; }
Property Value
Type
public CompletionSettingsSource.SourceType Type { get; set; }