C# Class KnockoutApi.KnockoutModelAttribute.KnockoutPropertyAttribute.KnockoutPropertyAttribute

Inheritance: System.Attribute
Mostra file Open project: Saltarelle/SaltarelleKnockout

Public Methods

Method Description
ApplyTo ( IEntity entity, IAttributeStore attributeStore, IErrorReporter errorReporter ) : void
KnockoutPropertyAttribute ( ) : System
KnockoutPropertyAttribute ( bool isKnockoutProperty ) : System
MakeKnockoutProperty ( IProperty property, IAttributeStore attributeStore ) : void

Method Details

ApplyTo() public method

public ApplyTo ( IEntity entity, IAttributeStore attributeStore, IErrorReporter errorReporter ) : void
entity IEntity
attributeStore IAttributeStore
errorReporter IErrorReporter
return void

KnockoutPropertyAttribute() public method

public KnockoutPropertyAttribute ( ) : System
return System

KnockoutPropertyAttribute() public method

public KnockoutPropertyAttribute ( bool isKnockoutProperty ) : System
isKnockoutProperty bool
return System

MakeKnockoutProperty() public static method

public static MakeKnockoutProperty ( IProperty property, IAttributeStore attributeStore ) : void
property IProperty
attributeStore IAttributeStore
return void