Click or drag to resize

ShopDataModel Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Shop Data Model
Inheritance Hierarchy

Namespace:  imbWBI.Core.BusinessDataModel.ShopDataModel
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class ShopDataModel : ShopWebDataElement, 
	IDataModel, IGraphNode, IEnumerable, IObjectWithParent, IObjectWithPath, 
	IObjectWithName, IObjectWithPathAndChildren, IEnumerable<IObjectWithPathAndChildren>, IObjectWithTreeView

The ShopDataModel type exposes the following members.

Constructors
  NameDescription
Public methodShopDataModel
Initializes a new instance of the ShopDataModel class
Top
Properties
  NameDescription
Protected propertychildren (Inherited from graphNodeCustom.)
Public propertydescription
Short description
(Inherited from ShopWebDataElement.)
Public propertyDescriptionContent
HTML content found in description
(Inherited from ShopWebDataElement.)
Protected propertydoAutonameFromTypeName (Inherited from WebDataElement.)
Protected propertydoAutorenameOnExisting (Inherited from WebDataElement.)
Public propertyDomainInfo
Domain information
Public propertyforTreeview (Inherited from graphNodeCustom.)
Public propertyid
Code
(Inherited from WebDataElement.)
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertylevel (Inherited from graphNodeBase.)
Public propertyLocalPath
Path relative to root directory of the output
(Inherited from WebDataElement.)
Public propertyLocalUrl
URL relative to the parent node url
(Inherited from ShopWebDataElement.)
Protected propertymychildren (Inherited from graphNodeCustom.)
Public propertyname
Name
(Inherited from WebDataElement.)
Public propertyparent (Inherited from graphNodeBase.)
Public propertypath (Inherited from graphNodeBase.)
Public propertypathSeparator (Inherited from graphNodeBase.)
Public propertyroot (Inherited from graphNodeBase.)
Public propertySourceUrl
Source url - absolute URL of page from which the object data is harvested
(Inherited from ShopWebDataElement.)
Top
Methods
  NameDescription
Public methodAdd(String) (Inherited from graphNodeCustom.)
Public methodAdd(IGraphNode) (Inherited from graphNodeCustom.)
Public methodContainsKey (Inherited from graphNodeBase.)
Public methodCount (Inherited from graphNodeBase.)
Public methodCreateChildItem (Inherited from graphNodeCustom.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetChildNames (Inherited from graphNodeBase.)
Public methodGetEnumerator (Inherited from graphNodeBase.)
Public methodgetFirst (Inherited from graphNodeBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndex (Inherited from graphNodeCustom.)
Public methodGetSibling (Inherited from graphNodeCustom.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(String) (Inherited from graphNodeBase.)
Public methodRemove(IEnumerableString) (Inherited from graphNodeBase.)
Public methodRemoveByKey (Inherited from graphNodeBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also