Beispiel #1
0
        /// <inheritdoc/>
        public void Build(ICatalogItemBuilder builder)
        {
            ICatalogTree tree            = builder.CreateCatalogItem(LocalName);
            IProcess     functionProcess = builder.CreateRootProcess <FunctionKind>(tree, tree.Name);

            builder.SetValue(functionProcess, Symbols.DocumentType, Function.FunctionDefinitionType);
            builder.SetValue(functionProcess, Symbols.TopLevel, true);
        }
Beispiel #2
0
 partial void CatalogTree_SetCondition(ref ICatalogNode instance, ref ICatalogTree setValue);
Beispiel #3
0
 /// <summary>
 /// Gets the instance.
 /// </summary>
 /// <param name="src">The source.</param>
 /// <returns>CatalogTree.</returns>
 public static CatalogTree GetInstance(ICatalogTree src)
 {
     return(default(CatalogTree));
 }