C# 클래스 Knockout.KoCreator.Subscription

파일 보기 프로젝트 열기: afinzel/KnockoutCreator

공개 프로퍼티들

프로퍼티 타입 설명
SubscriptionFunctionName string
TargetProperty string
ViewModel string

공개 메소드들

메소드 설명
Subscription ( string targetProperty, string subscriptionFunctionName, string viewModel ) : System

메소드 상세

Subscription() 공개 메소드

public Subscription ( string targetProperty, string subscriptionFunctionName, string viewModel ) : System
targetProperty string
subscriptionFunctionName string
viewModel string
리턴 System

프로퍼티 상세

SubscriptionFunctionName 공개적으로 프로퍼티

public string SubscriptionFunctionName
리턴 string

TargetProperty 공개적으로 프로퍼티

public string TargetProperty
리턴 string

ViewModel 공개적으로 프로퍼티

public string ViewModel
리턴 string