Show / Hide Table of Contents

Interface ICustomFunctionBuilder

Provides an interface for the implementation of function builders which are external to this project.

Inherited Members
IFunctionBuilder.Build(IFunctionDefinition, FunctionBuildResults, Boolean)
IFunctionBuilder.CreateFunctionImplementationDefinition()
IFunctionBuilder.Initialize()
IFunctionBuilder.SuppressSaving
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface ICustomFunctionBuilder : IFunctionBuilder

Properties

Name

Gets the name of this function builder

Declaration
string Name { get; }
Property Value
Type Description
System.String

The name.

UniqueId

Gets the unique identifier.

Declaration
Guid UniqueId { get; }
Property Value
Type Description
System.Guid

The unique identifier.

See Also

IFunctionBuilder
Back to top Generated by DocFX