Kooboo.Commerce.Brands.BrandCustomField.IOrphanable C# (CSharp) Méthode

IOrphanable() private méthode

private IOrphanable ( ) : bool
Résultat bool
        bool IOrphanable.IsOrphan()
        {
            return BrandId == null;
        }