C# Class Glyma.Powershell.Smo.SmoObjectBase

ファイルを表示 Open project: chris-tomich/Glyma

Protected Methods

Method Description
GetPropertyValue ( string propertyName ) : object
GetPropertyValue ( string propertyName, object obj ) : object
InvokeMethod ( string methodName ) : object
InvokeMethod ( string methodName, object obj ) : object
SetPropertyValue ( string propertyName, object value ) : void
SetPropertyValue ( string propertyName, object obj, object value ) : void
SmoObjectBase ( ) : System
SmoObjectBase ( SqlAssemblies assemblies, string typeName ) : System

Private Methods

Method Description
GetTypes ( object objs ) : System.Type[]

Method Details

GetPropertyValue() protected method

protected GetPropertyValue ( string propertyName ) : object
propertyName string
return object

GetPropertyValue() protected method

protected GetPropertyValue ( string propertyName, object obj ) : object
propertyName string
obj object
return object

InvokeMethod() protected method

protected InvokeMethod ( string methodName ) : object
methodName string
return object

InvokeMethod() protected method

protected InvokeMethod ( string methodName, object obj ) : object
methodName string
obj object
return object

SetPropertyValue() protected method

protected SetPropertyValue ( string propertyName, object value ) : void
propertyName string
value object
return void

SetPropertyValue() protected method

protected SetPropertyValue ( string propertyName, object obj, object value ) : void
propertyName string
obj object
value object
return void

SmoObjectBase() protected method

protected SmoObjectBase ( ) : System
return System

SmoObjectBase() protected method

protected SmoObjectBase ( SqlAssemblies assemblies, string typeName ) : System
assemblies SqlAssemblies
typeName string
return System