C# Class ExoWeb.Templates.CreateAdapterEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: vc3/ExoWeb

Private Properties

Property Type Description
CreateAdapterEventArgs System

Public Methods

Method Description
GetParameterValue ( string key ) : string
HasParameter ( string key ) : bool
SetParameterValue ( string key, string value ) : void

Private Methods

Method Description
CreateAdapterEventArgs ( Binding binding, ModelInstance source, ModelProperty property ) : System

Method Details

GetParameterValue() public method

public GetParameterValue ( string key ) : string
key string
return string

HasParameter() public method

public HasParameter ( string key ) : bool
key string
return bool

SetParameterValue() public method

public SetParameterValue ( string key, string value ) : void
key string
value string
return void