Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77A4C17E03 for ; Thu, 17 Sep 2015 13:21:05 +0000 (UTC) Received: (qmail 66064 invoked by uid 500); 17 Sep 2015 13:21:05 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 66037 invoked by uid 500); 17 Sep 2015 13:21:05 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 66028 invoked by uid 99); 17 Sep 2015 13:21:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2015 13:21:05 +0000 Date: Thu, 17 Sep 2015 13:21:05 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-1499) Platform .Net: fix naming and use properties where appropriate in the API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14802899#comment-14802899 ] ASF GitHub Bot commented on IGNITE-1499: ---------------------------------------- GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/97 IGNITE-1499 Platform .Net: fix naming and use properties where appropriate in the API You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1499 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/97.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #97 ---- commit b87dede5d80100feec160561824f80f6e56617b1 Author: ptupitsyn Date: 2015-09-17T12:55:21Z wip commit 0e319af45d8bb258c55352a32a1c440eb48de4b6 Author: ptupitsyn Date: 2015-09-17T12:57:37Z wip commit 884ab5e14c38e8a9ab4db2bcd8d7c7f4f87acd06 Author: ptupitsyn Date: 2015-09-17T12:59:38Z wip commit 795424bb155f2a985ab4a5915738c4fe12525c13 Author: ptupitsyn Date: 2015-09-17T13:01:53Z wip commit 60cc89fd35a3fe009a85e7c13f201f61c94c5e3d Author: ptupitsyn Date: 2015-09-17T13:04:13Z wip commit d86b8a80c05075c2ad910be6b51078ae4732bc75 Author: ptupitsyn Date: 2015-09-17T13:06:07Z wip commit 58846e4442c8cbde55b91e8167cbb0a9e326b045 Author: ptupitsyn Date: 2015-09-17T13:08:47Z wip commit 73da409f5f33be71c62ad909df27aa82cb6394b8 Author: ptupitsyn Date: 2015-09-17T13:11:02Z wip commit 9866c016956029d3d8f799e9e7ecfe1604496d50 Author: ptupitsyn Date: 2015-09-17T13:13:36Z wip commit 74c4b01833f43c4cbcffd13a7dfd1dfd1373ec6c Author: ptupitsyn Date: 2015-09-17T13:16:11Z wip ---- > Platform .Net: fix naming and use properties where appropriate in the API > ------------------------------------------------------------------------- > > Key: IGNITE-1499 > URL: https://issues.apache.org/jira/browse/IGNITE-1499 > Project: Ignite > Issue Type: Sub-task > Components: interop > Affects Versions: ignite-1.5 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Fix For: ignite-1.5 > > > * Methods should comply to naming conventions: GetEvents() instead of Events() > * Change IIgniteTransactions to be a method like all other things. Properties are not suitable because we may return different instances in future. > * Compute(IClusterGroup) and similar methods are redundant, get rid of them to clean the API. -- This message was sent by Atlassian JIRA (v6.3.4#6332)