SobekCM.Core.UI_Configuration.TemplateElements.TemplateElementConfig.ShouldSerializeSubtype C# (CSharp) 메소드

ShouldSerializeSubtype() 공개 메소드

Method suppresses XML Serialization of the Subtype property if it is empty
public ShouldSerializeSubtype ( ) : bool
리턴 bool
        public bool ShouldSerializeSubtype()
        {
            return (!String.IsNullOrEmpty(Subtype));
        }