Ctc.Ods.Tests.SubclassedSectionID.SubclassedSectionID C# (CSharp) Method

SubclassedSectionID() public method

public SubclassedSectionID ( ISectionID sectionID ) : System
sectionID ISectionID
return System
        public SubclassedSectionID(ISectionID sectionID)
            : base(sectionID.ItemNumber, sectionID.YearQuarter)
        {
        }

Same methods

SubclassedSectionID::SubclassedSectionID ( string itemNumber, string yrq ) : System
SubclassedSectionID