C# Class Castle.ActiveRecord.NestedAttribute

Inheritance: WithAccessAttribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
NestedAttribute ( ) : System

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.

NestedAttribute ( String columnPrefix ) : System

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.

Method Details

NestedAttribute() public méthode

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.
public NestedAttribute ( ) : System
Résultat System

NestedAttribute() public méthode

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.
public NestedAttribute ( String columnPrefix ) : System
columnPrefix String A prefix to insert before each column in the nested component
Résultat System