C# Class SampleUCDArchApp.Core.Domain.Order

Inheritance: DomainObject
Afficher le fichier Open project: ucdavis/UCDArch Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Order ( ) : System

This is a placeholder constructor for NHibernate. A no-argument constructor must be avilable for NHibernate to create the object.

Order ( Customer orderedBy ) : System

Method Details

Order() public méthode

This is a placeholder constructor for NHibernate. A no-argument constructor must be avilable for NHibernate to create the object.
public Order ( ) : System
Résultat System

Order() public méthode

public Order ( Customer orderedBy ) : System
orderedBy Customer
Résultat System