Sage.Integration.Northwind.Adapter.Services.CommodityIdentity.IsEmpty C# (CSharp) Méthode

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool
        public bool IsEmpty()
        {
            return (null == _commodityId);
        }