Brato.Entities.RlPerfilFuncaoEntity.IsNew C# (CSharp) Method

IsNew() public method

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