DataDictionary.Generated.Paragraph.copyTo C# (CSharp) Method

copyTo() public method

public copyTo ( Paragraph other ) : void
other Paragraph
return void
        public void copyTo(Paragraph other)
        {
            base.copyTo(other);
            other.aId = aId;
            other.aType = aType;
            other.aObsoleteScope = aObsoleteScope;
            other.aObsoleteScopeOnBoard = aObsoleteScopeOnBoard;
            other.aObsoleteScopeTrackside = aObsoleteScopeTrackside;
            other.aObsoleteScopeRollingStock = aObsoleteScopeRollingStock;
            other.aBl = aBl;
            other.aOptional = aOptional;
            other.aTypeSpecs = aTypeSpecs;
            other.aText = aText;
            other.aVersion = aVersion;
            other.aReviewed = aReviewed;
            other.aImplementationStatus = aImplementationStatus;
            other.aParagraphs = aParagraphs;
            other.aRevision = aRevision;
            other.aMessage = aMessage;
            other.aMoreInfoRequired = aMoreInfoRequired;
            other.aSpecIssue = aSpecIssue;
            other.aObsoleteFunctionalBlock = aObsoleteFunctionalBlock;
            other.aObsoleteFunctionalBlockName = aObsoleteFunctionalBlockName;
            other.aRequirementSets = aRequirementSets;
            other.aObsoleteGuid = aObsoleteGuid;
            other.aTested = aTested;
        }