C# Class PrivateConstructorSettersAndEF.AThingAsEntity

Afficher le fichier Open project: julielerman/EF_and_Private_CTORs_n_Setters

Méthodes publiques

Méthode Description
AThingAsEntity ( string description, int anInt, string aString ) : System
TheOtherThingMustChange ( int anInt, string aString ) : void

Private Methods

Méthode Description
AThingAsEntity ( ) : System

Method Details

AThingAsEntity() public méthode

public AThingAsEntity ( string description, int anInt, string aString ) : System
description string
anInt int
aString string
Résultat System

TheOtherThingMustChange() public méthode

public TheOtherThingMustChange ( int anInt, string aString ) : void
anInt int
aString string
Résultat void