C# 클래스 PitchingTube.Data.aspnet_Profile

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: thesameqad/pitchingtube 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnLastUpdatedDateChanged void
OnLastUpdatedDateChanging void
OnPropertyNamesChanged void
OnPropertyNamesChanging void
OnPropertyValuesBinaryChanged void
OnPropertyValuesBinaryChanging void
OnPropertyValuesStringChanged void
OnPropertyValuesStringChanging void
OnUserIdChanged void
OnUserIdChanging void

공개 메소드들

메소드 설명
Createaspnet_Profile ( global userId, global propertyNames, global propertyValuesString, global propertyValuesBinary, global lastUpdatedDate ) : aspnet_Profile

Create a new aspnet_Profile object.

비공개 메소드들

메소드 설명
OnLastUpdatedDateChanged ( ) : void
OnLastUpdatedDateChanging ( global value ) : void
OnPropertyNamesChanged ( ) : void
OnPropertyNamesChanging ( global value ) : void
OnPropertyValuesBinaryChanged ( ) : void
OnPropertyValuesBinaryChanging ( global value ) : void
OnPropertyValuesStringChanged ( ) : void
OnPropertyValuesStringChanging ( global value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( global value ) : void

메소드 상세

Createaspnet_Profile() 공개 정적인 메소드

Create a new aspnet_Profile object.
public static Createaspnet_Profile ( global userId, global propertyNames, global propertyValuesString, global propertyValuesBinary, global lastUpdatedDate ) : aspnet_Profile
userId global Initial value of the UserId property.
propertyNames global Initial value of the PropertyNames property.
propertyValuesString global Initial value of the PropertyValuesString property.
propertyValuesBinary global Initial value of the PropertyValuesBinary property.
lastUpdatedDate global Initial value of the LastUpdatedDate property.
리턴 aspnet_Profile