• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Mellivora
    • DbConnectionALExtension
    • DbConnectionByInstanceExtension
    • DbConnectionByObjectExtension
    • DbConnectionCurdExtension
    • DbConnectionOriginalExtension
  • Mellivora.DynamicCache
    • SqlDelegate<T>
    • SqlDelegate<T>.GetCommandByInstance
    • SqlDelegate<T>.GetCommandByObject
    • SqlDelegate<T>.GetGenericCommand
    • SqlDelegate<T>.GetReaderInstance
    • SqlDynamicCache
  • Vasily
    • AllocateStringDelegate
    • AndEquAttribute
    • AndGeqAttribute
    • AndGtrAttribute
    • AndLeqAttribute
    • AndLssAttribute
    • AndNeqAttribute
    • Cache
    • ColumnAttribute
    • IAttributesLogicalData
    • IAttributesLogicalOperator
    • IgnoreAttribute
    • IVasily
    • ModelStruction
    • NMSString
    • NoRepeateAttribute
    • OrEquAttribute
    • OrGeqAttribute
    • OrGtrAttribute
    • OrLeqAttribute
    • OrLssAttribute
    • OrNeqAttribute
    • OuterMapAttribute
    • PrimaryKeyAttribute
    • RepeateAttribute
    • SelectAttribute
    • Sql<T>
    • SqlModel
    • TableAttribute
    • UpdateAttribute
    • VasilyHandler
  • Vasily.Main
    • VasilyLink
  • Vasily.Model
    • ALStruct
    • OperatorChar
  • Vasily.Utils
    • ModelAnalyser
    • Setter
    • SqlAnalyser
    • SqlMaker

Class VasilyHandler

Inheritance
System.Object
VasilyHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasily
Assembly: cs.temp.dll.dll
Syntax
public static class VasilyHandler

Methods

Initialize(String)

开局必须调用的函数

Declaration
public static void Initialize(string interfaceName = "IVasily")
Parameters
Type Name Description
System.String interfaceName

如果自己有特殊接口,那么可以写自己的接口名

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX