C# Class KnockoutApi.KnockoutModelAttribute.KnockoutPropertyAttribute.KnockoutPropertyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Saltarelle/SaltarelleKnockout

Méthodes publiques

Méthode 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 méthode

public ApplyTo ( IEntity entity, IAttributeStore attributeStore, IErrorReporter errorReporter ) : void
entity IEntity
attributeStore IAttributeStore
errorReporter IErrorReporter
Résultat void

KnockoutPropertyAttribute() public méthode

public KnockoutPropertyAttribute ( ) : System
Résultat System

KnockoutPropertyAttribute() public méthode

public KnockoutPropertyAttribute ( bool isKnockoutProperty ) : System
isKnockoutProperty bool
Résultat System

MakeKnockoutProperty() public static méthode

public static MakeKnockoutProperty ( IProperty property, IAttributeStore attributeStore ) : void
property IProperty
attributeStore IAttributeStore
Résultat void