public void Create(IntPtr entityPointer) { Add(entityFactory.Create(entityPointer)); }
public ICheckpoint Create(ICore core, IntPtr entityPointer) { return(MockDecorator <TEntity, ICheckpoint> .Create((TEntity)checkpointFactory.Create(core, entityPointer), new MockCheckpoint(core, entityPointer))); }
public IColShape Create(ICore core, IntPtr entityPointer) { return(MockDecorator <TEntity, IColShape> .Create((TEntity)colShapeFactory.Create(core, entityPointer), new MockColShape(core, entityPointer))); }
public IBlip Create(ICore core, IntPtr entityPointer) { return(MockDecorator <TEntity, IBlip> .Create((TEntity)blipFactory.Create(core, entityPointer), new MockBlip(core, entityPointer))); }
public IVoiceChannel Create(IntPtr entityPointer) { return(MockDecorator <TEntity, IVoiceChannel> .Create((TEntity)voiceChannelFactory.Create(entityPointer), new MockVoiceChannel(entityPointer))); }
public void Create(JSObject entityPointer) { Add(entityFactory.Create(entityPointer)); }