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
groupGroup
CompletionSettingsSource(Shop)
public CompletionSettingsSource(Shop shop)
Parameters
shopShop
CompletionSettingsSource(IQuery)
public CompletionSettingsSource(IQuery query)
Parameters
queryIQuery
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; }