Sage.Integration.Northwind.Adapter.Data.SalesOrderFeedEntryWrapper.GetSDataId C# (CSharp) Method

GetSDataId() protected method

protected GetSDataId ( string id, SupportedResourceKinds resourceKind ) : string
id string
resourceKind SupportedResourceKinds
return string
        protected string GetSDataId(string id, SupportedResourceKinds resourceKind)
        {
            return String.Format("{0}{1}('{2}')", _context.DatasetLink, resourceKind.ToString(), id);
        }