C# Class Knockout.KoCreator.JsFunction

Mostrar archivo Open project: afinzel/KnockoutCreator

Public Properties

Property Type Description
JsFunctionName string
PropertyName string

Public Methods

Method Description
JsFunction ( string propertyName, string jsFunctionName ) : System

Method Details

JsFunction() public method

public JsFunction ( string propertyName, string jsFunctionName ) : System
propertyName string
jsFunctionName string
return System

Property Details

JsFunctionName public_oe property

public string JsFunctionName
return string

PropertyName public_oe property

public string PropertyName
return string