C# 클래스 PrivateConstructorSettersAndEF.AThingAsEntity

파일 보기 프로젝트 열기: julielerman/EF_and_Private_CTORs_n_Setters

공개 메소드들

메소드 설명
AThingAsEntity ( string description, int anInt, string aString ) : System
TheOtherThingMustChange ( int anInt, string aString ) : void

비공개 메소드들

메소드 설명
AThingAsEntity ( ) : System

메소드 상세

AThingAsEntity() 공개 메소드

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

TheOtherThingMustChange() 공개 메소드

public TheOtherThingMustChange ( int anInt, string aString ) : void
anInt int
aString string
리턴 void