C# Class PrivateConstructorSettersAndEF.AThingAsEntity

Mostrar archivo Open project: julielerman/EF_and_Private_CTORs_n_Setters

Public Methods

Method Description
AThingAsEntity ( string description, int anInt, string aString ) : System
TheOtherThingMustChange ( int anInt, string aString ) : void

Private Methods

Method Description
AThingAsEntity ( ) : System

Method Details

AThingAsEntity() public method

public AThingAsEntity ( string description, int anInt, string aString ) : System
description string
anInt int
aString string
return System

TheOtherThingMustChange() public method

public TheOtherThingMustChange ( int anInt, string aString ) : void
anInt int
aString string
return void