C# 클래스 FT.Data.LawChapter

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

Private Properties

프로퍼티 타입 설명
OnLawChapterIdChanged void
OnLawChapterIdChanging void
OnLawIdChanged void
OnLawIdChanging void
OnNumberChanged void
OnNumberChanging void
OnStageChanged void
OnStageChanging void
OnTitelChanged void
OnTitelChanging void

공개 메소드들

메소드 설명
CreateLawChapter ( global lawChapterId ) : LawChapter

Create a new LawChapter object.

비공개 메소드들

메소드 설명
OnLawChapterIdChanged ( ) : void
OnLawChapterIdChanging ( global value ) : void
OnLawIdChanged ( ) : void
OnLawIdChanging ( Nullable value ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( Nullable value ) : void
OnStageChanged ( ) : void
OnStageChanging ( Nullable value ) : void
OnTitelChanged ( ) : void
OnTitelChanging ( global value ) : void

메소드 상세

CreateLawChapter() 공개 정적인 메소드

Create a new LawChapter object.
public static CreateLawChapter ( global lawChapterId ) : LawChapter
lawChapterId global Initial value of the LawChapterId property.
리턴 LawChapter