CmsData.OnlineRegSummaryText.SummaryInfo.IfAskDoctor C# (CSharp) Method

IfAskDoctor() private method

private IfAskDoctor ( TextWriter writer, HandlebarsDotNet.HelperOptions options, dynamic context ) : void
writer System.IO.TextWriter
options HandlebarsDotNet.HelperOptions
context dynamic
return void
        private void IfAskDoctor(TextWriter writer, HelperOptions options, dynamic context, params object[] args)
        {
            if (currentAsk.IsAskDoctor)
                options.Template(writer, OrgMember.Person.GetRecReg());
        }