private bool FilterZakroky(Zakroky entity) { return (entity.IdOchorenia == this.IdOchorenia); }
private void AttachZakroky(Zakroky entity) { entity.Ochorenia = this; }
private void DetachZakroky(Zakroky entity) { entity.Ochorenia = null; }
private bool FilterZakroky(Zakroky entity) { return (entity.IdDoktor == this.IDDoktora); }
private void DetachZakroky(Zakroky entity) { entity.Doktor = null; }
private void AttachZakroky(Zakroky entity) { entity.Doktor = this; }
/// <summary> /// Create a new Zakroky object. /// </summary> /// <param name="idZakroku">Initial value of the IdZakroku property.</param> public static Zakroky CreateZakroky(global::System.Int32 idZakroku) { Zakroky zakroky = new Zakroky(); zakroky.IdZakroku = idZakroku; return zakroky; }
/// <summary> /// Deprecated Method for adding a new object to the Zakroky EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToZakroky(Zakroky zakroky) { base.AddObject("Zakroky", zakroky); }