FT.Data.LawChapter.CreateLawChapter C# (CSharp) Method

CreateLawChapter() public static method

Create a new LawChapter object.
public static CreateLawChapter ( global lawChapterId ) : LawChapter
lawChapterId global Initial value of the LawChapterId property.
return LawChapter
        public static LawChapter CreateLawChapter(global::System.Int32 lawChapterId)
        {
            LawChapter lawChapter = new LawChapter();
            lawChapter.LawChapterId = lawChapterId;
            return lawChapter;
        }