Brato.Entities.RlPerfilFuncaoEntity.IsNew C# (CSharp) Méthode

IsNew() public méthode

public IsNew ( ) : bool
Résultat bool
        public override bool IsNew()
        {
            return IdPerfil == default(int);
        }
RlPerfilFuncaoEntity