MonoSoftware.MonoX.DAL.EntityClasses.SnNoteEntity.HasPopulatedMemberEntityCollections C# (CSharp) 메소드

HasPopulatedMemberEntityCollections() 보호된 메소드

Determines whether the entity has populated member collections
protected HasPopulatedMemberEntityCollections ( ) : bool
리턴 bool
        protected override bool HasPopulatedMemberEntityCollections()
        {
            bool toReturn = false;
            toReturn |=(this._snEvents != null);
            toReturn |=(this._snRelationships != null);
            return toReturn ? true : base.HasPopulatedMemberEntityCollections();
        }