ATMLModelLibrary.model.common.Operator.ShouldSerializeOtherData C# (CSharp) 메소드

ShouldSerializeOtherData() 공개 메소드

Test whether OtherData should be serialized
public ShouldSerializeOtherData ( ) : bool
리턴 bool
        public virtual bool ShouldSerializeOtherData()
        {
            return OtherData != null && OtherData.Count > 0;
        }